Merge branch 'ab/diff-tree-doc-fix'
[gitweb.git] / t / t5580-clone-push-unc.sh
index c3703765f47d19214ec00c2d4c6e71b5dfc05fa7..217adf3a632b49e9322de1db78c3e1a588c3b7bd 100755 (executable)
@@ -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
 '