summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 () {