aboutsummaryrefslogtreecommitdiff
path: root/testsuite/normalize-tests.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2013-09-20 16:26:25 -0600
committerRob Savoye <rob.savoye@linaro.org>2013-09-20 16:26:25 -0600
commit4ea9a745ec8785ca4bc5216b11e168b397a7ca2b (patch)
tree9ba09012e022a8e2602e86abe4900b8f39c8ae0f /testsuite/normalize-tests.sh
parent11dfffe6598f1639bcc95c87e16af39c926a8bda (diff)
fix new testcases so the patterns are correct
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 3bfcae84..8584b6ac 100644
--- a/testsuite/normalize-tests.sh
+++ b/testsuite/normalize-tests.sh
@@ -4,7 +4,7 @@ echo "============= normalize_path() tests ================"
in="gdb-7.6~20121001+git3e2e76a.tar.bz2"
out="`normalize_path ${in}`"
-if test ${out} = "binutils.git"; then
+if test ${out} = "gdb-7.6~20121001@3e2e76a"; then
pass "normalize_path: tarball old git format"
else
fail "normalize_path: tarball old git format"