tests/test-abort-checkin.t
changeset 23172 e955549cd045
parent 16913 f2719b387380
child 26587 56b2bcea2529
--- a/tests/test-abort-checkin.t	Tue Nov 04 10:40:06 2014 +0000
+++ b/tests/test-abort-checkin.t	Tue Nov 04 23:41:46 2014 +0900
@@ -7,9 +7,11 @@
   > EOF
   $ abspath=`pwd`/abortcommit.py
 
-  $ echo "[extensions]" >> $HGRCPATH
-  $ echo "mq=" >> $HGRCPATH
-  $ echo "abortcommit = $abspath" >> $HGRCPATH
+  $ cat <<EOF >> $HGRCPATH
+  > [extensions]
+  > mq =
+  > abortcommit = $abspath
+  > EOF
 
   $ hg init foo
   $ cd foo