From: René Scharfe Date: Wed, 18 Dec 2019 18:12:05 +0000 (+0100) Subject: t5580: don't create unused file X-Git-Tag: v2.25.0-rc0~2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=01ed17dc8c1df52b0545a7eae368a72b79e2a24c;p=thirdparty%2Fgit.git t5580: don't create unused file The file "out" was introduced by 13b57da833 (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 Signed-off-by: Junio C Hamano --- diff --git a/t/t5580-clone-push-unc.sh b/t/t5580-clone-push-unc.sh index b3c8a92450..01b52c195a 100755 --- a/t/t5580-clone-push-unc.sh +++ b/t/t5580-clone-push-unc.sh @@ -58,7 +58,7 @@ test_expect_success push ' test_expect_success MINGW 'remote nick cannot contain backslashes' ' BACKSLASHED="$(winpwd | tr / \\\\)" && - git ls-remote "$BACKSLASHED" >out 2>err && + git ls-remote "$BACKSLASHED" 2>err && test_i18ngrep ! "unable to access" err '