mirror of https://github.com/python/cpython
This is probably what was meant here.
This commit is contained in:
parent
013d574183
commit
66d41b2fae
|
@ -299,7 +299,7 @@ class test__mkstemp_inner(TC):
|
||||||
# On Windows a spawn* /path/ with embedded spaces shouldn't be quoted,
|
# On Windows a spawn* /path/ with embedded spaces shouldn't be quoted,
|
||||||
# but an arg with embedded spaces should be decorated with double
|
# but an arg with embedded spaces should be decorated with double
|
||||||
# quotes on each end
|
# quotes on each end
|
||||||
if sys.platform in ('win32'):
|
if sys.platform in ('win32',):
|
||||||
decorated = '"%s"' % sys.executable
|
decorated = '"%s"' % sys.executable
|
||||||
tester = '"%s"' % tester
|
tester = '"%s"' % tester
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue