"-x ./foo" isn't a shell command, but "[ -x ./foo ]" is
Vincent Pit [Fri, 23 Oct 2009 20:26:57 +0000 (22:26 +0200)]
pod/perlrepository.pod

index f1d439e..2924b39 100644 (file)
@@ -562,7 +562,7 @@ testcase:
   perl -ni -we 'print unless /<(?:built-in|command)/' makefile x2p/makefile
   # if you just need miniperl, replace test_prep with miniperl
   make -j4 test_prep
-  -x ./perl || exit 125
+  [ -x ./perl ] || exit 125
   ./perl -Ilib ~/testcase.pl
   ret=$?
   git clean -dxf