Test for previous override fix.

This commit is contained in:
Avery Pennarun 2011-03-30 23:29:20 -04:00
commit 92c3e7c5af
6 changed files with 13 additions and 2 deletions

5
t/fail/test.do Normal file
View file

@ -0,0 +1,5 @@
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