test-mq-merge: quote ^ stable
authorMads Kiilerich <mads@kiilerich.com>
Sat, 01 May 2010 19:24:49 +0200
branchstable
changeset 11071 2376b4cc52d8
parent 11070 ba1ff2063edd
child 11072 6bbe4886740e
test-mq-merge: quote ^ ^ is magic on Solaris and must be quoted
tests/test-mq-merge
--- a/tests/test-mq-merge	Sat May 01 19:24:46 2010 +0200
+++ b/tests/test-mq-merge	Sat May 01 19:24:49 2010 +0200
@@ -28,7 +28,7 @@
 hg qrefresh -m "rm a"
 
 # Save the patch queue so we can merge it later
-hg qsave -c -e 2>&1 | grep -v ^copy
+hg qsave -c -e 2>&1 | grep -v '^copy'
 checkundo qsave
 
 # Update b and commit in an "update" changeset
@@ -40,7 +40,7 @@
 # Here, qpush used to abort with :
 # The system cannot find the file specified => a
 hg manifest
-hg qpush -a -m 2>&1 | grep -v ^merging
+hg qpush -a -m 2>&1 | grep -v '^merging'
 checkundo 'qpush -m'
 hg manifest