apenwarr-redo/t/fail/test.do

5 lines
163 B
Text
Raw Normal View History

2011-03-30 23:29:20 -04:00
rm -f fail
! redo-ifchange fail >&/dev/null || exit 44 # expected to fail
touch fail
../flush-cache
redo-ifchange fail >&/dev/null || exit 55 # expected to pass