fix the test

This commit is contained in:
Yerkebulan Tulibergenov 2022-07-10 16:31:24 -07:00
parent 81f78af152
commit 2a75b44bc5

View File

@ -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")