-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Fix the shell_quoting test #5680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Added `mod shell_quoting` to testsuite/main.rs - fixed up errors in the test, now that the test suite knows about it
|
@bors: r+ |
|
📌 Commit d1cb78a has been approved by |
|
⌛ Testing commit d1cb78a with merge 623185438493056c5584002c019d8705c4c138d9... |
|
💔 Test failed - status-appveyor |
|
The test is failing on windows because
What do you think? |
|
I think env vars can be used to trick it into always doing unix escaping, so perhaps that could be used? |
|
Sure, I'll try that. Should be the easiest fix. |
- this should make it use unix escaping on windows
|
@bors: r+ |
|
📌 Commit 2e17235 has been approved by |
Fix the shell_quoting test r? @alexcrichton add-on to #5666 - Added `mod shell_quoting;` to testsuite/main.rs, so it actually runs - fixed bugs in the test
|
☀️ Test successful - status-appveyor, status-travis |
r? @alexcrichton
add-on to #5666
mod shell_quoting;to testsuite/main.rs, so it actually runs