Skip to content

Commit 72457ef

Browse files
committed
fix test stderr
1 parent d828095 commit 72457ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1737,7 +1737,7 @@ fn in_virtual_workspace() {
17371737

17381738
p.cargo("publish --no-verify --token sekrit")
17391739
.with_status(101)
1740-
.with_stderr("error: must use `-p` argument in virtual manifest")
1740+
.with_stderr("error: the `-p` argument must be specified in the root of a virtual workspace")
17411741
.run();
17421742
}
17431743

0 commit comments

Comments
 (0)