##// END OF EJS Templates
tests: switch test from '--config ui.editor=~/foo' to HGEDITOR=~/foo...
Kyle Lippincott -
r35538:711149d8 default
parent child Browse files
Show More
@@ -98,7 +98,7 b' path variables are expanded (~ is the sa'
98 #if execbit
98 #if execbit
99 $ chmod 755 tools/testeditor.exe
99 $ chmod 755 tools/testeditor.exe
100 #endif
100 #endif
101 $ hg debuginstall --config ui.editor=~/tools/testeditor.exe
101 $ HGEDITOR="~/tools/testeditor.exe" hg debuginstall
102 checking encoding (ascii)...
102 checking encoding (ascii)...
103 checking Python executable (*) (glob)
103 checking Python executable (*) (glob)
104 checking Python version (*) (glob)
104 checking Python version (*) (glob)
@@ -116,7 +116,7 b' path variables are expanded (~ is the sa'
116 checking "re2" regexp engine \((available|missing)\) (re)
116 checking "re2" regexp engine \((available|missing)\) (re)
117 checking templates (*mercurial?templates)... (glob)
117 checking templates (*mercurial?templates)... (glob)
118 checking default template (*mercurial?templates?map-cmdline.default) (glob)
118 checking default template (*mercurial?templates?map-cmdline.default) (glob)
119 checking commit editor... (* -c "import sys; sys.exit(0)") (glob)
119 checking commit editor... ($TESTTMP/tools/testeditor.exe)
120 checking username (test)
120 checking username (test)
121 no problems detected
121 no problems detected
122
122
General Comments 0
You need to be logged in to leave comments. Login now