diff tests/test-file-removal @ 117:93980820bba1

tests: Work around a bug in certain git versions on OS X.
author Augie Fackler <durin42@gmail.com>
date Mon, 11 May 2009 11:35:30 -0700
parents d274092e3b24
children 8241f16a114e
line wrap: on
line diff
--- 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