jaraco / cmdix

Fork of https://launchpad.net/pycoreutils
MIT License
27 stars 1 forks source link

env.invoke tests fail on Windows #15

Open jaraco opened 11 months ago

jaraco commented 11 months ago

Tests on windows that cause cmdix.command.env.invoke to be invoked are failing on Windows when backslashes in the command path appear to have been lost.

For example, here are the Popen args for failing test_command_opts:

args = 'D:acmdixcmdix.toxpyScriptspython.EXE --help', executable = None