seems like no perl on alpine

pull/919/head
joshr 2 years ago
parent 0a271500f1
commit df893d81fb

@ -6,8 +6,11 @@ load _test_base
@test "test for perl binary" {
perl -v # show output
command -v perl # show output
perl -v
# show output
command -v perl
# show output
#run command -v perl
#[ "$status" -eq 0 ]

Loading…
Cancel
Save