# HG changeset patch # User Danek Duvall # Date 1458082257 25200 # Node ID 4d93d73b8aecb2436bbfe9248cdfe0ef21582baf # Parent f7874de435c5845509860f16d245e07997101353 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". diff -r f7874de435c5 -r 4d93d73b8aec tests/test-install.t --- 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)