t5582: remove spurious 'cd "$D"' line
commitbd72824c6099604af9a199f6bd9e1684f839b434
authorMickey Endito <mickey.endito.2323@protonmail.com>
Mon, 23 Aug 2021 20:12:40 +0000 (23 20:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 24 Aug 2021 21:10:19 +0000 (24 14:10 -0700)
treeecc267b625a80b993b729e13db65b397dcacd5f8
parentebf3c04b262aa27fbb97f8a0156c2347fecafafb
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>
t/t5582-fetch-negative-refspec.sh