From: Junio C Hamano Date: Tue, 12 Oct 2021 20:51:25 +0000 (-0700) Subject: Merge branch 'me/t5582-cleanup' into maint X-Git-Tag: v2.33.1~67 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5d54f964c628a63dda9346d02327916b6ea79671;hp=5586bd2de231a6b504162107a65c2de6ea7959d2;p=thirdparty%2Fgit.git Merge branch 'me/t5582-cleanup' into maint Test fix. * me/t5582-cleanup: t5582: remove spurious 'cd "$D"' line --- 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 &&