mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
fix the test
This commit is contained in:
parent
81f78af152
commit
2a75b44bc5
@ -5455,7 +5455,7 @@ fn invalid_jobs() {
|
||||
|
||||
p.cargo("build --jobs 0")
|
||||
.with_status(101)
|
||||
.with_stderr_contains("error: jobs must not be zero")
|
||||
.with_stderr_contains("error: jobs may not be 0")
|
||||
.run();
|
||||
|
||||
p.cargo("build --jobs over9000")
|
||||
|
Loading…
x
Reference in New Issue
Block a user