]> git.proxmox.com Git - cargo.git/commitdiff
fix test stderr
authorlikzn <1020193211@qq.com>
Tue, 24 May 2022 01:09:57 +0000 (09:09 +0800)
committerlikzn <1020193211@qq.com>
Tue, 24 May 2022 01:09:57 +0000 (09:09 +0800)
tests/testsuite/publish.rs

index 99f068042860997f057eb16fc4545c23679b2b37..850c4567c6bc6661233fe3fe921ec82453e3be73 100644 (file)
@@ -1737,7 +1737,7 @@ fn in_virtual_workspace() {
 
     p.cargo("publish --no-verify --token sekrit")
         .with_status(101)
-        .with_stderr("error: must use `-p` argument in virtual manifest")
+        .with_stderr("error: the `-p` argument must be specified in the root of a virtual workspace")
         .run();
 }