]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'me/t5582-cleanup' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:25 +0000 (13:51 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Oct 2021 20:51:25 +0000 (13:51 -0700)
Test fix.

* me/t5582-cleanup:
  t5582: remove spurious 'cd "$D"' line

t/t5582-fetch-negative-refspec.sh

index e5d2e79ad382a0caeec098e773cc922af21a824b..7a80e47c2b70a8cf64c71fa00289b5abfc158151 100755 (executable)
@@ -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 &&