# HG changeset patch # User Kevin Bullock # Date 2017-07-06 19:33:48 # Node ID e26a3adc8f5c9d9b7297c250a882d411d6b414d0 # Parent 2428e8ec0793a8b12b29565fc6ff9513bea6db16 tests: clean up a newly-introduced instance of `python` Differential Revision: https://phab.mercurial-scm.org/D16 diff --git a/tests/test-extension.t b/tests/test-extension.t --- a/tests/test-extension.t +++ b/tests/test-extension.t @@ -142,7 +142,7 @@ Check hgweb's load order of extensions a $ PATH_INFO='/shortlog' #endif $ export PATH_INFO - $ SCRIPT_NAME='' QUERY_STRING='rev=foo() and bar()' python hgweb.cgi \ + $ SCRIPT_NAME='' QUERY_STRING='rev=foo() and bar()' $PYTHON hgweb.cgi \ > | grep '' add file