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

18 lines
257 B
Text

. ./skip-if-minimal-do.sh
rm -f chdir1
redo chdir2
redo chdir3
./flush-cache.py
redo-ifchange chdir3
rm -f chdir1
./flush-cache.py
redo-ifchange chdir3
[ -e chdir1 ] || exit 77
rm -f chdir1
./flush-cache.py
redo-ifchange chdir3
[ -e chdir1 ] || exit 78