diff tests/test-static-http.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 286a3720d472
children ccb7240acf32
line wrap: on
line diff
--- a/tests/test-static-http.t	Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-static-http.t	Tue Apr 19 12:04:44 2011 +0200
@@ -22,9 +22,8 @@
   > EOF
   $ python dumb.py 2>/dev/null &
   $ echo $! >> $DAEMON_PIDS
-  $ mkdir remote
+  $ hg init remote
   $ cd remote
-  $ hg init
   $ echo foo > bar
   $ echo c2 > '.dotfile with spaces'
   $ hg add