diff tests/test-http @ 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 573534c6b540
children 49b62395e910
line wrap: on
line diff
--- a/tests/test-http	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-http	Sun Apr 26 14:29:02 2009 +0200
@@ -5,7 +5,7 @@
 hg init test
 cd test
 echo foo>foo
-hg commit -A -d '0 0' -m 1
+hg commit -A -m 1
 hg --config server.uncompressed=True serve -p $HGPORT -d --pid-file=../hg1.pid
 hg serve -p $HGPORT1 -d --pid-file=../hg2.pid
 # Test server address cannot be reused