Silence warning in case tests.sqlite doesn't exist

This commit is contained in:
Thierry Carrez 2011-07-04 17:31:24 +02:00
parent 16f77f147a
commit 8d54c21a9f

View File

@ -114,7 +114,7 @@ if [ $just_pep8 -eq 1 ]; then
fi
if [ $recreate_db -eq 1 ]; then
rm tests.sqlite
rm -f tests.sqlite
fi
run_tests || exit