changeset 31:48a639cceea6

git-daemon is really git daemon now.
author Augie Fackler <durin42@gmail.com>
date Tue, 28 Apr 2009 07:42:12 -0700
parents 578d1ebb6d69
children 4ee030a94d79 562fc51b991e
files tests/test-file-removal tests/test-git-clone tests/test-sane-without-bookmarks
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-file-removal
+++ b/tests/test-file-removal
@@ -43,7 +43,7 @@
 
 # dulwich does not presently support local git repos, workaround
 cd ..
-git-daemon --base-path="$(pwd)"\
+git daemon --base-path="$(pwd)"\
  --listen=127.0.0.1\
  --export-all\
   --pid-file=gitdaemon.pid \
--- a/tests/test-git-clone
+++ b/tests/test-git-clone
@@ -39,7 +39,7 @@
 
 # dulwich does not presently support local git repos, workaround
 cd ..
-git-daemon --base-path="$(pwd)"\
+git daemon --base-path="$(pwd)"\
  --listen=127.0.0.1\
  --export-all\
   --pid-file=gitdaemon.pid \
--- a/tests/test-sane-without-bookmarks
+++ b/tests/test-sane-without-bookmarks
@@ -38,7 +38,7 @@
 
 # dulwich does not presently support local git repos, workaround
 cd ..
-git-daemon --base-path="$(pwd)"\
+git daemon --base-path="$(pwd)"\
  --listen=127.0.0.1\
  --export-all\
   --pid-file=gitdaemon.pid \