diff tests/test-unrelated-pull.t @ 13956:ffb5c09ba822

tests: remove redundant mkdir There are still many tests that check that a bare 'hg init' initializes the current directory.
author Martin Geisler <mg@lazybytes.net>
date Tue, 19 Apr 2011 12:04:44 +0200
parents 7abab875e647
children f2719b387380
line wrap: on
line diff
--- a/tests/test-unrelated-pull.t	Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-unrelated-pull.t	Tue Apr 19 12:04:44 2011 +0200
@@ -1,14 +1,12 @@
-  $ mkdir a
+  $ hg init a
   $ cd a
-  $ hg init
   $ echo 123 > a
   $ hg add a
   $ hg commit -m "a" -u a
 
   $ cd ..
-  $ mkdir b
+  $ hg init b
   $ cd b
-  $ hg init
   $ echo 321 > b
   $ hg add b
   $ hg commit -m "b" -u b