tests: python executable path should always be globbed
Although this is coming in under the guise of consistency, part of the
desire for this is that at least as part of the official Solaris builds,
we build with a versioned python interpreter, such as "python2.7", which
doesn't match "*python".
--- a/tests/test-install.t Mon Mar 14 15:01:27 2016 +0000
+++ b/tests/test-install.t Tue Mar 15 15:50:57 2016 -0700
@@ -25,7 +25,7 @@
"extensionserror": null,
"hgmodules": "*mercurial", (glob)
"problems": 0,
- "pythonexe": "*python", (glob)
+ "pythonexe": "*", (glob)
"pythonlib": "*python*", (glob)
"pythonver": "*.*.*", (glob)
"templatedirs": "*mercurial?templates", (glob)