diff tests/test-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 e574207e3bcd
children c5c9ca3719f9 62c9183a0bbb
line wrap: on
line diff
--- a/tests/test-pull.t	Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-pull.t	Tue Apr 19 12:04:44 2011 +0200
@@ -1,8 +1,7 @@
-  $ mkdir test
+  $ hg init test
   $ cd test
 
   $ echo foo>foo
-  $ hg init
   $ hg addremove
   adding foo
   $ hg commit -m 1