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, 0 insertions, 2 deletions
diff --git a/testsuite/test.sh b/testsuite/test.sh
index 5d6d2d33..2ee485ad 100755
--- a/testsuite/test.sh
+++ b/testsuite/test.sh
@@ -1152,13 +1152,11 @@ fi
testing="get_source: <repo>.git@<revision> identifier with no matching source.conf entry should fail."
if test ! -e "${PWD}/host.conf"; then
in="nomatch.git@12345"
-
if test x"${debug}" = x"yes"; then
out="`get_source ${in}`"
else
out="`get_source ${in} 2>/dev/null`"
fi
-
if test x"${out}" = x""; then
pass "${testing}"
else