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

11 lines
189 B
Text

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