Skip to content

Commit 408b441

Browse files
committed
DEBUG
1 parent b456a6d commit 408b441

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

t/t-clone.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,7 @@ 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-
cygpath -u "$HOME"
63-
cygpath -m "$HOME"
64-
cygpath -w "$HOME"
65-
cygpath -a -u "$HOME"
66-
cygpath -u "$(cygpath -m "$HOME")"
67-
cygpath -u "$(cygpath -w "$HOME")"
68-
homedir="$(cygpath -m "$HOME")"
62+
homedir="$(cygpath -m "$HOME" | sed 's#^\([A-Z]\):#/\L\1#')"
6963
else
7064
homedir="$HOME"
7165
fi

0 commit comments

Comments
 (0)