We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 408b441 commit e139a25Copy full SHA for e139a25
t/t-clone.sh
@@ -59,7 +59,12 @@ begin_test "clone ClientCert with homedir certs"
59
# to the certificate file, and for Git LFS, one is associated with the
60
# path to the key file.
61
if [ "$IS_WINDOWS" -eq 1 ]; then
62
- homedir="$(cygpath -m "$HOME" | sed 's#^\([A-Z]\):#/\L\1#')"
+native_path "$HOME"
63
+native_path_escaped "$HOME"
64
+canonical_path "$HOME"
65
+canonical_path_escaped "$HOME"
66
+# homedir="$(cygpath -m "$HOME" | sed 's#^\([A-Z]\):#/\L\1#')"
67
+ homedir="$(cygpath -m "$HOME")"
68
else
69
homedir="$HOME"
70
fi
0 commit comments