diff --git a/tests/test-check-py3-commands.t b/tests/test-check-py3-commands.t --- a/tests/test-check-py3-commands.t +++ b/tests/test-check-py3-commands.t @@ -74,3 +74,7 @@ Test bytes-ness of policy.policy with HG $ export HGMODULEPOLICY $ $PYTHON3 `which hg` debuginstall 2>&1 2>&1 | tail -1 no problems detected + +`hg init` can create empty repos + + $ $PYTHON3 `which hg` init emptyrepo