Add a new passfailtest.

This tests that the target file isn't removed or changed if building fails.
This commit is contained in:
Avery Pennarun 2010-11-21 06:12:27 -08:00
commit e8584c8d76
4 changed files with 36 additions and 1 deletions

6
t/passfail.do Normal file
View file

@ -0,0 +1,6 @@
echo $$
if [ -e pleasefail ]; then
exit 1
else
exit 0
fi