diff --git a/tests/test-hgwebdir b/tests/test-hgwebdir --- a/tests/test-hgwebdir +++ b/tests/test-hgwebdir @@ -16,8 +16,14 @@ hg --cwd b ci -Amb -d'2 0' hg init c echo c > c/c hg --cwd c ci -Amc -d'3 0' + +cd b +hg init d +echo d > d/d +hg --cwd d ci -Amd +cd .. + root=`pwd` - cd .. cat > paths.conf <