aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-04-28 15:15:06 +0100
committerBernard Ogden <bernie.ogden@linaro.org>2015-04-29 15:57:03 +0100
commitb334bf87baa26341fd4a7e0212fec8c0d195542e (patch)
treeab6c1ad980bea3caf3ff2640ecbdda485e98eeab /testsuite
parentf7c61302c2fd2691e5c2f6db171985943ea7826c (diff)
Fix some weird spacing
Change-Id: Ib0c3128c24627c4924c14d3bd9f6717cceed7f8c
Diffstat (limited to 'testsuite')
-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