aboutsummaryrefslogtreecommitdiff
path: root/testsuite/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/test.sh')
-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