Skip to content

Commit d8f9c52

Browse files
picnixzsobolevn
andauthored
Update Lib/test/test_os/test_os.py
Co-authored-by: sobolevn <[email protected]>
1 parent de838f5 commit d8f9c52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_os/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2650,7 +2650,7 @@ def values(self): return VALUES
26502650
26512651
args = [sys.executable, '-c', "print({message!r})"]
26522652
os.execve(args[0], args, MyEnv())
2653-
""".format(message="hello from execve")
2653+
""".format(message=message)
26542654

26552655
# Use '__cleanenv' to signal to assert_python_ok() not
26562656
# to do a copy of os.environ on its own.

0 commit comments

Comments
 (0)