diff tests/test-rename-dir-merge.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 0a6b2e21bc86
children 9910f60a37ee
line wrap: on
line diff
--- a/tests/test-rename-dir-merge.t	Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-rename-dir-merge.t	Tue Apr 19 12:04:44 2011 +0200
@@ -1,6 +1,5 @@
-  $ mkdir t
+  $ hg init t
   $ cd t
-  $ hg init
 
   $ mkdir a
   $ echo foo > a/a
@@ -118,9 +117,8 @@
 Second scenario with two repos:
 
   $ cd ..
-  $ mkdir r1
+  $ hg init r1
   $ cd r1
-  $ hg init
   $ mkdir a
   $ echo foo > a/f
   $ hg add a