From 7c270b077ac916375dfbaeb5aea2a15387debe89 Mon Sep 17 00:00:00 2001 From: Thierry Carrez Date: Mon, 4 Jul 2011 17:31:24 +0200 Subject: 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 ddeb1dc4a..b8078e150 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 -- cgit