apenwarr-redo/t/makedir2.do
Joseph Garvin d039aad57b Fix tests when the sqlite3 command line utility isn't installed.
We know the user already has to have python, so use its bindings.
2011-02-23 01:22:04 -08:00

8 lines
176 B
Text

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