R. David Murray <rdmur...@bitdance.com> added the comment:

The test unfortunately is too fragile.  There is no guarantee that those shells 
will exist with those paths on any given system.  Maybe you could use 'which' 
to find the path to the alternate shell for use in the test, and skip it if you 
can't find said shell.[*]  I don't think there's a need to test more than one 
alternate shell.

Does this combo (executable + shell=True) have a meaning on Windows?

[*] or make issue 444582 a dependency for this bug :)

----------
nosy: +brian.curtin

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9265>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to