apenwarr-redo/t/makedir2.do
Avery Pennarun 8dad223225 flush-cache: run it as a separate program, not using 'source'
That way it doesn't clutter up 'redo -x' as much.
2010-12-10 00:50:52 -08:00

7 lines
148 B
Text

rm -f makedir.log
redo makedir
touch makedir/outfile
./flush-cache.sh
redo-ifchange makedir
COUNT=$(wc -l <makedir.log)
[ "$COUNT" = 1 ] || exit 99