From 1bb14d2f82a0e2fb8dc734e91aedaa6cf0770916 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 5 Aug 2015 13:26:35 +0200 Subject: [PATCH] run-tests: fix quoting to prevent spurious execution of `fdroid update` --- tests/run-tests | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/run-tests b/tests/run-tests index b8f55763..2dcc8f44 100755 --- a/tests/run-tests +++ b/tests/run-tests @@ -316,7 +316,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has no keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e $fdroid update --create-key @@ -378,7 +378,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has no keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -394,7 +394,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has a bad/fake keystore!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -422,7 +422,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because this repo has a bad repo_keyalias!" exit 1 else - echo "`fdroid update` prompted to add keystore" + echo '`fdroid update` prompted to add keystore' fi set -e @@ -434,7 +434,7 @@ if [ $? -eq 0 ]; then echo "This should have failed because a keystore is already there!" exit 1 else - echo "`fdroid update` complained about existing keystore" + echo '`fdroid update` complained about existing keystore' fi set -e