Mercurial > hg
changeset 35520:711149d8e676
tests: switch test from '--config ui.editor=~/foo' to HGEDITOR=~/foo
The test is currently not testing anything, the '--config ui.editor=~/path'
argument is apparently of lower priority than the HGEDITOR that run-tests.py is
setting.
Differential Revision: https://phab.mercurial-scm.org/D1809
author | Kyle Lippincott <spectral@google.com> |
---|---|
date | Thu, 04 Jan 2018 16:29:03 -0800 |
parents | 31fe397f2bda |
children | a0fab647a8f1 |
files | tests/test-install.t |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-install.t Wed Dec 27 00:24:53 2017 +0530 +++ b/tests/test-install.t Thu Jan 04 16:29:03 2018 -0800 @@ -98,7 +98,7 @@ #if execbit $ chmod 755 tools/testeditor.exe #endif - $ hg debuginstall --config ui.editor=~/tools/testeditor.exe + $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall checking encoding (ascii)... checking Python executable (*) (glob) checking Python version (*) (glob) @@ -116,7 +116,7 @@ checking "re2" regexp engine \((available|missing)\) (re) checking templates (*mercurial?templates)... (glob) checking default template (*mercurial?templates?map-cmdline.default) (glob) - checking commit editor... (* -c "import sys; sys.exit(0)") (glob) + checking commit editor... ($TESTTMP/tools/testeditor.exe) checking username (test) no problems detected