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 6843421be9
commit 7c270b077a

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