Skip to content

Commit 886c878

Browse files
committed
Fix config loading test
1 parent a3ae299 commit 886c878

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/bad-config.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ fn bad5() {
112112
assert_that(foo.cargo("new")
113113
.arg("-v").arg("foo").cwd(&foo.root().join("foo")),
114114
execs().with_status(101).with_stderr("\
115-
[ERROR] Couldn't load Cargo configuration
115+
[ERROR] Failed to create project `foo` at `[..]`
116+
117+
Caused by:
118+
Couldn't load Cargo configuration
116119
117120
Caused by:
118121
failed to merge key `foo` between files:

0 commit comments

Comments
 (0)