From 8d54c21a9f95d1e4bac5efd393530defc3450218 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 4 Jul 2011 17:31:24 +0200 Subject: [PATCH] Silence warning in case tests.sqlite doesn't exist --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index ddeb1dc4..b8078e15 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -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