apenwarr-redo/t/fail/test.do
2011-03-30 23:35:20 -04:00

5 lines
163 B
Text

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