aboutsummaryrefslogtreecommitdiff
path: root/testsuite/normalize-tests.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-10-05 18:00:06 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-10-05 18:00:06 -0600
commit5f708f2eb07216f702dc688fb693b2b03a0ea4f2 (patch)
treec71e8b24a5b413e59dcc8671dbffae6ef6346aa2 /testsuite/normalize-tests.sh
parent85d45d593619f8521ac3391ac1a62d99a196178e (diff)
add more test cases, and tests for create_release_tag
Diffstat (limited to 'testsuite/normalize-tests.sh')
-rw-r--r--testsuite/normalize-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/normalize-tests.sh b/testsuite/normalize-tests.sh
index 8584b6ac..409db107 100644
--- a/testsuite/normalize-tests.sh
+++ b/testsuite/normalize-tests.sh
@@ -20,7 +20,7 @@ else
fixme "${in} returned ${out}"
fi
-out="`normalize_path ${in}/binutils-2_18-branch`"
+out="`normalize_path binutils.git/binutils-2_18-branch`"
if test ${out} = "binutils.git-binutils-2_18-branch"; then
pass "normalize_path: git repository with branch"
else