From d1d549f3fa5796c46e0f538f7ac806a364518328 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 19 Feb 2014 21:37:29 +0000 Subject: [PATCH] tests: gitrepo-edit: seems to work --- tests/gitrepo-edit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gitrepo-edit b/tests/gitrepo-edit index b1d60770..65a2265e 100755 --- a/tests/gitrepo-edit +++ b/tests/gitrepo-edit @@ -58,7 +58,7 @@ tryat_done () { tryat () { local b="$1" - if ! test -f "$b.tar" && ! test -f "$b.edit"; then + if ! test -f "$b.tar" && ! test -d "$b.edit"; then return fi tryat_pre "$b" -- 2.30.2