Skip to content

Commit e139a25

Browse files
committed
DEBUG
1 parent 408b441 commit e139a25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

t/t-clone.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ begin_test "clone ClientCert with homedir certs"
5959
# to the certificate file, and for Git LFS, one is associated with the
6060
# path to the key file.
6161
if [ "$IS_WINDOWS" -eq 1 ]; then
62-
homedir="$(cygpath -m "$HOME" | sed 's#^\([A-Z]\):#/\L\1#')"
62+
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")"
6368
else
6469
homedir="$HOME"
6570
fi

0 commit comments

Comments
 (0)