Test for previous override fix.
This commit is contained in:
parent
0a5f424ef8
commit
92c3e7c5af
6 changed files with 13 additions and 2 deletions
5
t/fail/test.do
Normal file
5
t/fail/test.do
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue