r47250 - whateverrrr
hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 14 Apr 2016 22:24:25 -0600 (MDT)
| Newsgroups | gmane.comp.python.twisted.commits |
|---|---|
| Message-ID | <[email protected]> |
Author: hawkowl
Date: Thu Apr 14 22:24:21 2016
New Revision: 47250
Modified:
branches/moar-windows-8025-7/twisted/test/test_process.py
Log:
whateverrrr
Modified: branches/moar-windows-8025-7/twisted/test/test_process.py
==============================================================================
--- branches/moar-windows-8025-7/twisted/test/test_process.py (original)
+++ branches/moar-windows-8025-7/twisted/test/test_process.py Thu Apr 14 22:24:21 2016
@@ -2391,7 +2391,7 @@
d = defer.Deferred()
processProto = TrivialProcessProtocol(d)
- comspec = _maybeMBCS(os.environ["COMSPEC"])
+ comspec = _maybeMBCS(os.environ.get("COMSPEC", "cmd.exe"))
cmd = [comspec, u"/c", pyExe, scriptPath]
p = _dumbwin32proc.Process(