diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-05-08 15:59:23 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-05-08 15:59:23 +0900 |
commit | 3138f23c2e991a4b545760f629e7ac74f265fb52 (patch) | |
tree | 0ee6e58255a8750eb7624add556a807addae9651 /t | |
parent | Merge branch 'so/glossary-ancestor' (diff) | |
parent | t1510-repo-setup.sh: remove useless mkdir (diff) | |
download | tgif-3138f23c2e991a4b545760f629e7ac74f265fb52.tar.xz |
Merge branch 'tq/t1510'
Test cleanup.
* tq/t1510:
t1510-repo-setup.sh: remove useless mkdir
Diffstat (limited to 't')
-rwxr-xr-x | t/t1510-repo-setup.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t1510-repo-setup.sh b/t/t1510-repo-setup.sh index e6854b828e..972bd9c785 100755 --- a/t/t1510-repo-setup.sh +++ b/t/t1510-repo-setup.sh @@ -238,7 +238,6 @@ test_expect_success '#0: nonbare repo, no explicit configuration' ' ' test_expect_success '#1: GIT_WORK_TREE without explicit GIT_DIR is accepted' ' - mkdir -p wt && try_repo 1 "$here" unset unset "" unset \ "$here/1/.git" "$here" "$here" 1/ \ "$here/1/.git" "$here" "$here" 1/sub/ 2>message && |