tests: Work around a bug in certain git versions on OS X.

This commit is contained in:
Augie Fackler 2009-05-11 11:35:30 -07:00 committed by Scott Chacon
parent de72ea775c
commit 8ab49e9022
3 changed files with 6 additions and 6 deletions

View File

@ -50,12 +50,12 @@ git ls-files
# 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

View File

@ -40,12 +40,12 @@ commit -m 'add beta'
# 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

View File

@ -39,12 +39,12 @@ commit -m 'add beta'
# 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