tests/test-revset2.t fails the test
"Test repo.anyrevs with customized revset overrides" (line 1609)
when the environment variable P is set. The test implicitly expects that the environment, in which it is started, does not export the variable 'P'.
This patch unsets 'P' right before the test commands are run.
Fixes bug #6109