aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-04-28 15:39:08 +0100
committerRobert Savoye <rob.savoye@linaro.org>2015-05-11 22:26:01 +0000
commit5dfd85aa387d4499cfa3449a8dd017c5ba3eb93d (patch)
tree1494419fdf73465b2df3600c4f9767ca115477bc /testsuite
parent0b757e260a7c1e9980af9293872543703c1de66f (diff)
Fix a testing string
Change-Id: Icbff5f037aa7dd8d9fb38129bd0390ce13e88afb
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/test.sh b/testsuite/test.sh
index 4c2dc68c..3d0363b6 100755
--- a/testsuite/test.sh
+++ b/testsuite/test.sh
@@ -1112,7 +1112,7 @@ for transport in ssh git http; do
done
# The regular sources.conf won't have this entry
-testing="get_source: full url with <repo>.git with no matching source.conf entry should fail."
+testing="get_source: full url with <repo>.git with matching source.conf entry should succeed."
if test ! -e "${PWD}/host.conf"; then
in="http://git.linaro.org/git/toolchain/foo.git"
if test x"${debug}" = x"yes"; then