apenwarr-redo/t/deps/doublestatic.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

10 lines
160 B
Text

rm -f static.log
redo static1 static2
touch static.in
../flush-cache.sh
redo-ifchange static1 static2
COUNT=$(wc -l <static.log)
[ "$COUNT" = 4 ] || exit 55