...and remove the "disable-if-minimal-do" from the test that would have caught this bug. Reported by Ulrik Sverdrup.
7 lines
147 B
Text
7 lines
147 B
Text
rm -f makedir.log
|
|
redo makedir
|
|
touch makedir/outfile
|
|
./flush-cache
|
|
redo-ifchange makedir
|
|
COUNT=$(wc -l <makedir.log)
|
|
[ "$COUNT" -eq 1 ] || exit 99
|