From: Hans-Christoph Steiner Date: Wed, 5 Aug 2015 11:26:35 +0000 (+0200) Subject: run-tests: fix quoting to prevent spurious execution of `fdroid update` X-Git-Tag: 0.4.0~1^2~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1bb14d2f82a0e2fb8dc734e91aedaa6cf0770916;p=fdroidserver.git run-tests: fix quoting to prevent spurious execution of `fdroid update` --- 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