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.
1 parent de838f5 commit d8f9c52Copy full SHA for d8f9c52
Lib/test/test_os/test_os.py
@@ -2650,7 +2650,7 @@ def values(self): return VALUES
2650
2651
args = [sys.executable, '-c', "print({message!r})"]
2652
os.execve(args[0], args, MyEnv())
2653
- """.format(message="hello from execve")
+ """.format(message=message)
2654
2655
# Use '__cleanenv' to signal to assert_python_ok() not
2656
# to do a copy of os.environ on its own.
0 commit comments