# HG changeset patch # User Augie Fackler # Date 1242066930 25200 # Node ID 93980820bba172261441232f205032ce368212d3 # Parent 7d9741417807bdbae9b2a671f8f404791401db38 tests: Work around a bug in certain git versions on OS X. diff -r 7d9741417807 -r 93980820bba1 tests/test-file-removal --- a/tests/test-file-removal Mon May 11 11:06:03 2009 -0700 +++ b/tests/test-file-removal Mon May 11 11:35:30 2009 -0700 @@ -50,12 +50,12 @@ # dulwich does not presently support local git repos, workaround cd .. git daemon --base-path="$(pwd)"\ - --listen=127.0.0.1\ + --listen=localhost\ --export-all\ --pid-file=gitdaemon.pid \ --detach --reuseaddr -hg gclone git://127.0.0.1/gitrepo hgrepo +hg gclone git://localhost/gitrepo hgrepo cd hgrepo hg log --graph diff -r 7d9741417807 -r 93980820bba1 tests/test-git-clone --- a/tests/test-git-clone Mon May 11 11:06:03 2009 -0700 +++ b/tests/test-git-clone Mon May 11 11:35:30 2009 -0700 @@ -40,12 +40,12 @@ # dulwich does not presently support local git repos, workaround cd .. git daemon --base-path="$(pwd)"\ - --listen=127.0.0.1\ + --listen=localhost\ --export-all\ --pid-file=gitdaemon.pid \ --detach --reuseaddr -hg gclone git://127.0.0.1/gitrepo hgrepo +hg gclone git://localhost/gitrepo hgrepo cd hgrepo hg log --graph diff -r 7d9741417807 -r 93980820bba1 tests/test-sane-without-bookmarks --- a/tests/test-sane-without-bookmarks Mon May 11 11:06:03 2009 -0700 +++ b/tests/test-sane-without-bookmarks Mon May 11 11:35:30 2009 -0700 @@ -39,12 +39,12 @@ # dulwich does not presently support local git repos, workaround cd .. git daemon --base-path="$(pwd)"\ - --listen=127.0.0.1\ + --listen=localhost\ --export-all\ --pid-file=gitdaemon.pid \ --detach --reuseaddr -hg gclone git://127.0.0.1/gitrepo hgrepo +hg gclone git://localhost/gitrepo hgrepo cd hgrepo hg log --graph