Skip to content

Commit f0964df

Browse files
authored
Update Lib/test/test_os.py
1 parent 9f9c4a4 commit f0964df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ def values(self): return VALUES
22822282
args = [sys.executable, '-c', "print({message!r})"]
22832283
os.execve(args[0], args, MyEnv())
22842284
""".format(message=message)
2285-
2285+
code = textwrap.dedent(code)
22862286
# Use '__cleanenv' to signal to assert_python_ok() not
22872287
# to do a copy of os.environ on its own.
22882288
rc, out, _ = assert_python_ok('-c', code, __cleanenv=True)

0 commit comments

Comments
 (0)