Message ID | 1382129579-5777-15-git-send-email-ryan.arnold@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/testsuite/test.sh b/testsuite/test.sh index db827c2..e570c50 100755 --- a/testsuite/test.sh +++ b/testsuite/test.sh @@ -424,7 +424,7 @@ else fixme "get_source returned ${out}" fi -in="foo.git" +in="nomatch.git" out="`get_source ${in}`" if test x"${out}" = x""; then pass "get_source: <repo>.git identifier with no matching source.conf entry should fail." diff --git a/testsuite/test_sources.conf b/testsuite/test_sources.conf index cf3bcf7..90a053b 100644 --- a/testsuite/test_sources.conf +++ b/testsuite/test_sources.conf @@ -47,4 +47,5 @@ qemu.git git://git.qemu.org/qemu.git qemu-linaro.git git://git.linaro.org/qemu/qemu-linaro.git # For Testing Only +# nomatch.git don't uncomment and don't use this identifier. foo.git git://testingrepository/foo
From: "Ryan S. Arnold" <ryan.arnold@linaro.org> --- testsuite/test.sh | 2 +- testsuite/test_sources.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)