diff tests/test-diff-binary-file @ 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 0934fef871f3
children
line wrap: on
line diff
--- a/tests/test-diff-binary-file	Sun Apr 26 11:49:17 2009 +0200
+++ b/tests/test-diff-binary-file	Sun Apr 26 14:29:02 2009 +0200
@@ -4,13 +4,13 @@
 cd a
 cp $TESTDIR/binfile.bin .
 hg add binfile.bin
-hg ci -m 'add binfile.bin' -d '0 0'
+hg ci -m 'add binfile.bin'
 
 echo >> binfile.bin
-hg ci -m 'change binfile.bin' -d '0 0'
+hg ci -m 'change binfile.bin'
 
 hg revert -r 0 binfile.bin
-hg ci -m 'revert binfile.bin' -d '0 0'
+hg ci -m 'revert binfile.bin'
 
 echo % diff -r 0 -r 1
 hg diff --nodates -r 0 -r 1