Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
transport: die if server options are unsupported
[gitweb.git]
/
t
/
t5580-clone-push-unc.sh
diff --git
a/t/t5580-clone-push-unc.sh
b/t/t5580-clone-push-unc.sh
index c3703765f47d19214ec00c2d4c6e71b5dfc05fa7..217adf3a632b49e9322de1db78c3e1a588c3b7bd 100755
(executable)
--- a/
t/t5580-clone-push-unc.sh
+++ b/
t/t5580-clone-push-unc.sh
@@
-40,7
+40,7
@@
test_expect_success clone '
git clone "file://$UNCPATH" clone
'
-test_expect_
failure
'clone with backslashed path' '
+test_expect_
success
'clone with backslashed path' '
BACKSLASHED="$(echo "$UNCPATH" | tr / \\\\)" &&
git clone "$BACKSLASHED" backslashed
'