tests/test-hgweb-non-interactive.t
changeset 13956 ffb5c09ba822
parent 12743 4c4aeaab2339
child 16913 f2719b387380
--- a/tests/test-hgweb-non-interactive.t	Mon Apr 18 20:52:08 2011 -0500
+++ b/tests/test-hgweb-non-interactive.t	Tue Apr 19 12:04:44 2011 +0200
@@ -1,9 +1,8 @@
 Tests if hgweb can run without touching sys.stdin, as is required
 by the WSGI standard and strictly implemented by mod_wsgi.
 
-  $ mkdir repo
+  $ hg init repo
   $ cd repo
-  $ hg init
   $ echo foo > bar
   $ hg add bar
   $ hg commit -m "test"