Message ID | 20211211095837.26387-1-sunshine@sunshineco.com (mailing list archive) |
---|---|
State | Accepted |
Commit | afb31ad95f035e5abff7c8a6b4a12195f41e857a |
Headers | show |
Series | None | expand |
diff --git a/t/t1010-mktree.sh b/t/t1010-mktree.sh index 48bfad07ab..3c08194526 100755 --- a/t/t1010-mktree.sh +++ b/t/t1010-mktree.sh @@ -6,10 +6,10 @@ TEST_PASSES_SANITIZE_LEAK=true . ./test-lib.sh test_expect_success setup ' - for d in a a. a0 + for d in a a- a0 do mkdir "$d" && echo "$d/one" >"$d/one" && - git add "$d" + git add "$d" || return 1 done && echo zero >one && git update-index --add --info-only one &&