From 4cc40918b8c3e91f7cd3f0af067d9df270bfee66 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 19 Feb 2014 21:37:50 +0000 Subject: tests: gitrepo-edit: seems to work --- tests/gitrepo-edit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 () { -- cgit v1.2.3