diff options
| author | Mickey Endito <mickey.endito.2323@protonmail.com> | 2021-08-23 20:12:40 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-08-24 14:10:19 -0700 |
| commit | bd72824c6099604af9a199f6bd9e1684f839b434 (patch) | |
| tree | ecc267b625a80b993b729e13db65b397dcacd5f8 | |
| parent | ebf3c04b262aa27fbb97f8a0156c2347fecafafb (diff) | |
| download | git-bd72824c6099604af9a199f6bd9e1684f839b434.tar.gz | |
t5582: remove spurious 'cd "$D"' line
The variable D is never defined in test t5582, more severely the test
fails if D is defined by something outside the test suite, so remove
this spurious line.
Signed-off-by: Mickey Endito <mickey.endito.2323@protonmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -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 && |
