tests/helper-runtests.sh
author Pulkit Goyal <pulkit@yandex-team.ru>
Thu, 16 Aug 2018 16:59:40 +0300
changeset 39169 873f3a56993f
parent 29220 054bcdad6042
permissions -rw-r--r--
context: make sure file is not deleted while checking path conflicts If a file is deleted and a directory of same name is created in the same commit, IMM thinks of that as a file conflict, however the file is deleted and hence the directory can be created. The test change demonstrate the fix. Differential Revision: https://phab.mercurial-scm.org/D4300

#
# Avoid interference from actual test env:

unset HGTEST_JOBS
unset HGTEST_TIMEOUT
unset HGTEST_PORT
unset HGTEST_SHELL