tests/test-largefiles.t
changeset 17468 8fea378242e3
parent 17466 d5a3bda6e170
parent 17462 8085fed2bf0a
child 17583 55724f42fa14
--- a/tests/test-largefiles.t	Sun Sep 09 12:31:14 2012 +0200
+++ b/tests/test-largefiles.t	Sun Sep 09 12:35:06 2012 +0200
@@ -13,7 +13,7 @@
   > patterns=glob:**.dat
   > usercache=${USERCACHE}
   > [hooks]
-  > precommit=sh -c "echo \"Invoking status precommit hook\"; hg status"
+  > precommit=sh -c "echo \\"Invoking status precommit hook\\"; hg status"
   > EOF
 
 Create the repo with a couple of revisions of both large and normal
@@ -434,7 +434,7 @@
   $ cd ../addrm
   $ cat >> .hg/hgrc <<EOF
   > [hooks]
-  > post-commit.stat=sh -c "echo \"Invoking status postcommit hook\"; hg status -A"
+  > post-commit.stat=sh -c "echo \\"Invoking status postcommit hook\\"; hg status -A"
   > EOF
   $ touch foo
   $ hg add --large foo