apenwarr-redo/t/makedir2.do
Avery Pennarun 989eb6804b minimal/do: fix a typo: DO_BUILD -> DO_BUILT
...and remove the "disable-if-minimal-do" from the test that would have
caught this bug.

Reported by Ulrik Sverdrup.
2011-03-06 21:38:34 -08:00

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