diff tests/test-hgweb-no-path-info @ 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 2cfdabe235fb
children dfb11f9922c1
line wrap: on
line diff
--- a/tests/test-hgweb-no-path-info	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-hgweb-no-path-info	Sun Apr 26 14:29:02 2009 +0200
@@ -8,7 +8,7 @@
 hg init
 echo foo > bar
 hg add bar
-hg commit -m "test" -d "0 0" -u "Testing"
+hg commit -m "test" -u "Testing"
 hg tip
 
 cat > request.py <<EOF