diff tests/test-install.t @ 28544:4d93d73b8aec

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".
author Danek Duvall <danek.duvall@oracle.com>
date Tue, 15 Mar 2016 15:50:57 -0700
parents 855d9b2eea67
children 60ee2593a270
line wrap: on
line diff
--- 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)