swc-installation-test-2.py: Don't override Popen's 'close_fds'
authorW. Trevor King <wking@tremily.us>
Fri, 8 Mar 2013 15:57:20 +0000 (10:57 -0500)
committerW. Trevor King <wking@tremily.us>
Fri, 8 Mar 2013 16:06:15 +0000 (11:06 -0500)
commit1ba97b96c82753464d0c52a040b49f8eefc4941c
tree3b38a3e869a2f21cf436b2a25d047a591579068c
parent2f27dfa378e01b594656116f713d83b2b8f2edda
swc-installation-test-2.py: Don't override Popen's 'close_fds'

Or 'shell'.  The support for these options can be flaky, and the
defaults change with Python version depending on what is best
supported [1].

[1]: http://docs.python.org/2/library/subprocess.html#subprocess.Popen

Reported-by: Ethan White <ethan@weecology.org>
setup/swc-installation-test-2.py