##// END OF EJS Templates
tests: clean up a newly-introduced instance of `python`...
Kevin Bullock -
r33287:e26a3adc default
parent child Browse files
Show More
@@ -142,7 +142,7 b" Check hgweb's load order of extensions a"
142 $ PATH_INFO='/shortlog'
142 $ PATH_INFO='/shortlog'
143 #endif
143 #endif
144 $ export PATH_INFO
144 $ export PATH_INFO
145 $ SCRIPT_NAME='' QUERY_STRING='rev=foo() and bar()' python hgweb.cgi \
145 $ SCRIPT_NAME='' QUERY_STRING='rev=foo() and bar()' $PYTHON hgweb.cgi \
146 > | grep '<a href="/rev/[0-9a-z]*">'
146 > | grep '<a href="/rev/[0-9a-z]*">'
147 <a href="/rev/c24b9ac61126">add file</a>
147 <a href="/rev/c24b9ac61126">add file</a>
148
148
General Comments 0
You need to be logged in to leave comments. Login now