X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=t%2Fapenwarr%2F100-args%2Fpassfail.do;fp=t%2Fapenwarr%2F100-args%2Fpassfail.do;h=404293050b8c72806198c3fad3f2a15d7850309a;hb=a6510ac6225a3a93df9d27dc316a3c1c0fcde426;hp=0000000000000000000000000000000000000000;hpb=a5111e179e5aca57420fd1cc95c1b21e7cd34226;p=goredo.git diff --git a/t/apenwarr/100-args/passfail.do b/t/apenwarr/100-args/passfail.do new file mode 100644 index 0000000..4042930 --- /dev/null +++ b/t/apenwarr/100-args/passfail.do @@ -0,0 +1,6 @@ +echo $$ +if [ -e pleasefail ]; then + exit 1 +else + exit 0 +fi