Commit 4fc1092
committed
Test environment_variables_are_passed_one_by_one on Windows
This enables the `environment_variables_are_passed_one_by_one` test
for `gix-command` on Windows. It was marked to run on Unix-like
systems only. But it runs and passes on Windows, requiring no
changes. (Possibly it hadn't passed at the time it was introduced.)
The `command_may_be_shell_script` call is sufficient even though it
does not disable manual argument splitting, because the command
used in this test contains `$` (to expand variables in the shell)
and is thus already ineligible for manual argument splitting.1 parent 0e451d0 commit 4fc1092
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
450 | 449 | | |
451 | 450 | | |
452 | 451 | | |
| |||
0 commit comments