summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-02-19 21:37:50 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-03-05 18:29:07 +0000
commit4cc40918b8c3e91f7cd3f0af067d9df270bfee66 (patch)
tree2a0a1e43af54465b33b944f334529d49540fde44 /tests
parentd1d549f3fa5796c46e0f538f7ac806a364518328 (diff)
tests: gitrepo-edit: seems to work
Diffstat (limited to 'tests')
-rwxr-xr-xtests/gitrepo-edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gitrepo-edit b/tests/gitrepo-edit
index 65a2265..d4183f1 100755
--- a/tests/gitrepo-edit
+++ b/tests/gitrepo-edit
@@ -12,7 +12,7 @@ case "$arg" in
*.git.tar) base=${arg%.tar} ;;
*.git.edit) base=${arg%.edit} ;;
*.git) base=${arg} ;;
-*) fail "arg must end in .git[.tar]" ;;
+*) fail "arg must end in .git[.tar|.edit]" ;;
esac
tryat_pre () {