Skip to content

Commit 35e3875

Browse files
committed
Allow base_daemon_path to be normalized for Cygwin
Since the Cygwin git-daemon can be used.
1 parent e07d91a commit 35e3875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/lib/helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def remote_repo_creator(self):
302302
cw.set("url", remote_repo_url)
303303

304304
with git_daemon_launched(
305-
Git.polish_url(base_daemon_path, is_cygwin=False), # No daemon in Cygwin.
305+
Git.polish_url(base_daemon_path),
306306
"127.0.0.1",
307307
GIT_DAEMON_PORT,
308308
):

0 commit comments

Comments
 (0)