summaryrefslogtreecommitdiff
path: root/t/t5580-clone-push-unc.sh
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2019-12-18 18:12:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-12-18 20:32:24 (GMT)
commit01ed17dc8c1df52b0545a7eae368a72b79e2a24c (patch)
tree709b40430ebf20d772253263c287b1b83807e1d7 /t/t5580-clone-push-unc.sh
parentf670adb49bd6762ec497fe612e29a51dbe3fcbed (diff)
downloadgit-01ed17dc8c1df52b0545a7eae368a72b79e2a24c.zip
git-01ed17dc8c1df52b0545a7eae368a72b79e2a24c.tar.gz
git-01ed17dc8c1df52b0545a7eae368a72b79e2a24c.tar.bz2
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 <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t5580-clone-push-unc.sh')
-rwxr-xr-xt/t5580-clone-push-unc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t5580-clone-push-unc.sh b/t/t5580-clone-push-unc.sh
index b3c8a92..01b52c1 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
'