summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:25 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:25 -0700
commit5d54f964c628a63dda9346d02327916b6ea79671 (patch)
tree40573b37329ead34ec04902ae054f8ab243122c9 /t
parentMerge branch 'sg/make-fix-ar-invocation' into maint (diff)
parentt5582: remove spurious 'cd "$D"' line (diff)
downloadtgif-5d54f964c628a63dda9346d02327916b6ea79671.tar.xz
Merge branch 'me/t5582-cleanup' into maint
Test fix. * me/t5582-cleanup: t5582: remove spurious 'cd "$D"' line
Diffstat (limited to 't')
-rwxr-xr-xt/t5582-fetch-negative-refspec.sh1
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 &&