It was getting way too ad-hoc in there. Let's reorganize the tests so that there's a good, obvious, suggested sequence to run them in.
5 lines
163 B
Text
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
|