]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/100-args/passfail.do
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 100-args / passfail.do
1 echo $$
2 if [ -e pleasefail ]; then
3         exit 1
4 else
5         exit 0
6 fi