Skip to content

Commit 01ed17d

Browse files
rscharfegitster
authored andcommitted
t5580: don't create unused file
The file "out" was introduced by 13b57da (mingw: verify that paths are not mistaken for remote nicknames, 2017-05-29), but has not actually been used then and since. Get rid of it. Signed-off-by: René Scharfe <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f670adb commit 01ed17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5580-clone-push-unc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ test_expect_success push '
5858

5959
test_expect_success MINGW 'remote nick cannot contain backslashes' '
6060
BACKSLASHED="$(winpwd | tr / \\\\)" &&
61-
git ls-remote "$BACKSLASHED" >out 2>err &&
61+
git ls-remote "$BACKSLASHED" 2>err &&
6262
test_i18ngrep ! "unable to access" err
6363
'
6464

0 commit comments

Comments
 (0)