Fix 'basic' startegy on Windows by bimlas · Pull Request #142 · vim-test/vim-test · GitHub
Skip to content

Fix 'basic' startegy on Windows#142

Merged
janko merged 1 commit into
vim-test:masterfrom
bimlas:basic_startegy_does_not_works_on_windows
Sep 1, 2016
Merged

Fix 'basic' startegy on Windows#142
janko merged 1 commit into
vim-test:masterfrom
bimlas:basic_startegy_does_not_works_on_windows

Conversation

@bimlas

@bimlas bimlas commented Aug 25, 2016

Copy link
Copy Markdown
Contributor

When I like to run a test, the cmd.exe says:

The system cannot find the path specified

The source of this problem is that Windows using & to separate
commands, ; for command line parameters.

See:
www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_shelloverview.mspx

When I like to run a test, the `cmd.exe` says:

  The system cannot find the path specified

The source of this problem is that Windows using `&` to separate
commands, `;` for command line parameters.

See:
www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ntcmds_shelloverview.mspx
@janko

janko commented Sep 1, 2016

Copy link
Copy Markdown
Member

@janko janko merged commit 74b4cde into vim-test:master Sep 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants