We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a09a37 + 68a52c7 commit f725e61Copy full SHA for f725e61
test/framework/run.py
@@ -543,7 +543,7 @@ def test_run_cmd_script(self):
543
"""Testing use of run_cmd with shell=False to call external scripts"""
544
py_test_script = os.path.join(self.test_prefix, 'test.py')
545
write_file(py_test_script, '\n'.join([
546
- '#!/usr/bin/python',
+ '#!/usr/bin/env python',
547
'print("hello")',
548
]))
549
adjust_permissions(py_test_script, stat.S_IXUSR)
0 commit comments