apenwarr-redo/t/250-makedir/makedir2.do

7 lines
148 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