]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5580-clone-push-unc.sh
Merge branch 'jk/attr-macro-fix'
[thirdparty/git.git] / t / t5580-clone-push-unc.sh
index ba548df4a918243ee1b2bcedab525e6ec7eff7d6..217adf3a632b49e9322de1db78c3e1a588c3b7bd 100755 (executable)
@@ -40,6 +40,11 @@ test_expect_success clone '
        git clone "file://$UNCPATH" clone
 '
 
+test_expect_success 'clone with backslashed path' '
+       BACKSLASHED="$(echo "$UNCPATH" | tr / \\\\)" &&
+       git clone "$BACKSLASHED" backslashed
+'
+
 test_expect_success push '
        (
                cd clone &&