diff tests/test-hgweb-commands @ 8167:6c82beaaa11a

tests: removed redundant "-d '0 0'" from test scripts The tests are executed with a .hgrc file which adds "-d '0 0'" by default.
author Martin Geisler <mg@lazybytes.net>
date Sun, 26 Apr 2009 14:29:02 +0200
parents c5e37dc38a52
children be2277c1dfcc
line wrap: on
line diff
--- a/tests/test-hgweb-commands	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-hgweb-commands	Sun Apr 26 14:29:02 2009 +0200
@@ -11,7 +11,7 @@
 mkdir da
 echo foo > da/foo
 echo foo > foo
-hg ci -d'0 0' -Ambase
+hg ci -Ambase
 hg tag 1.0
 hg serve -n test -p $HGPORT -d --pid-file=hg.pid -E errors.log
 cat hg.pid >> $DAEMON_PIDS