[PATCH] tests: fix shell redirection typo in test-double-merge

Giorgos Keramidas keramida at ceid.upatras.gr
Thu Aug 2 08:20:24 CDT 2007


# HG changeset patch
# User gkeramidas
# Date 1186060541 -10800
# Node ID 9308966f7f6a6df9cdddbc8cbc791922d8cca114
# Parent  34a54cc5df1b7b332efde01a763e3bdf893bc511
tests: fix shell redirection typo in test-double-merge

diff --git a/tests/test-double-merge b/tests/test-double-merge
--- a/tests/test-double-merge
+++ b/tests/test-double-merge
@@ -15,7 +15,7 @@ hg ci -m 'cp foo bar; change both' -d "1
 # in another branch, change foo in a way that doesn't conflict with
 # the other changes
 hg up -qC 0
-echo line 0 >| foo
+echo line 0 > foo
 hg cat foo >> foo
 hg ci -m 'change foo' -d "1000000 0"
 


More information about the Mercurial-devel mailing list