apenwarr-redo/t/passfail.do
Avery Pennarun e8584c8d76 Add a new passfailtest.
This tests that the target file isn't removed or changed if building fails.
2010-11-21 06:12:27 -08:00

6 lines
59 B
Text

echo $$
if [ -e pleasefail ]; then
exit 1
else
exit 0
fi