Mercurial > public > mercurial-scm > hg-stable
diff tests/test-hgweb-no-path-info.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 | 4c4aeaab2339 |
children | f2719b387380 |
line wrap: on
line diff
--- a/tests/test-hgweb-no-path-info.t Mon Apr 18 20:52:08 2011 -0500 +++ b/tests/test-hgweb-no-path-info.t Tue Apr 19 12:04:44 2011 +0200 @@ -2,9 +2,8 @@ no longer passed with the request. Instead, SCRIPT_NAME and PATH_INFO should be used from d74fc8dec2b4 onward to route the request. - $ mkdir repo + $ hg init repo $ cd repo - $ hg init $ echo foo > bar $ hg add bar $ hg commit -m "test"