apenwarr-redo/t/makedir2.do

7 lines
147 B
Text
Raw Normal View History

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