diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-09-08 13:30:26 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-09-08 13:30:26 -0700 |
commit | 03137a4804c37d7b805e1fb92449d67911da3fe9 (patch) | |
tree | cc6946ab3854471261d0e19152722ed9ceb9b018 | |
parent | The third batch (diff) | |
parent | t5582: remove spurious 'cd "$D"' line (diff) | |
download | tgif-03137a4804c37d7b805e1fb92449d67911da3fe9.tar.xz |
Merge branch 'me/t5582-cleanup'
Test fix.
* me/t5582-cleanup:
t5582: remove spurious 'cd "$D"' line
-rwxr-xr-x | t/t5582-fetch-negative-refspec.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5582-fetch-negative-refspec.sh b/t/t5582-fetch-negative-refspec.sh index e5d2e79ad3..7a80e47c2b 100755 --- a/t/t5582-fetch-negative-refspec.sh +++ b/t/t5582-fetch-negative-refspec.sh @@ -105,7 +105,6 @@ test_expect_success "fetch with negative pattern refspec does not expand prefix" ' test_expect_success "fetch with negative refspec avoids duplicate conflict" ' - cd "$D" && ( cd one && git branch dups/a && |