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 b1d6077..65a2265 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"