tests/test-merge6.t
changeset 13956 ffb5c09ba822
parent 12156 4c94b6d0fb1c
child 16913 f2719b387380
--- a/tests/test-merge6.t	Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-merge6.t	Tue Apr 19 12:04:44 2011 +0200
@@ -4,9 +4,8 @@
   > EOF
   $ HGMERGE="python ../merge"; export HGMERGE
 
-  $ mkdir A1
+  $ hg init A1
   $ cd A1
-  $ hg init
   $ echo This is file foo1 > foo
   $ echo This is file bar1 > bar
   $ hg add foo bar