]> git.lizzy.rs Git - rust.git/commit
Add run-make test for Command::spawn on Windows
authorOliver Middleton <olliemail27@gmail.com>
Mon, 5 Jun 2017 16:57:32 +0000 (17:57 +0100)
committerOliver Middleton <olliemail27@gmail.com>
Mon, 5 Jun 2017 16:57:32 +0000 (17:57 +0100)
commit02955f508e577d104bcd0f6b8b92e7a7b4657708
tree62707206cca641674774e1f226946cf171c82283
parent7afcf51fe4f635ff4e864ee13085397b41880fa6
Add run-make test for Command::spawn on Windows

Make sure args aren't interpreted as part of the program name.
src/test/run-make/windows-spawn/Makefile [new file with mode: 0644]
src/test/run-make/windows-spawn/hello.rs [new file with mode: 0644]
src/test/run-make/windows-spawn/spawn.rs [new file with mode: 0644]