From f1dabb7ec9f61743e54c082c1eb7d65e570a2c6f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 3 May 2018 13:22:03 +0300 Subject: [PATCH] Fix the test --- tests/testsuite/bad_config.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/testsuite/bad_config.rs b/tests/testsuite/bad_config.rs index d1ace1433..574d84bff 100644 --- a/tests/testsuite/bad_config.rs +++ b/tests/testsuite/bad_config.rs @@ -284,10 +284,7 @@ fn invalid_global_config() { p.cargo("build").arg("-v"), execs().with_status(101).with_stderr( "\ -error: failed to parse manifest at `[..]` - -Caused by: - Couldn't load Cargo configuration +[ERROR] Couldn't load Cargo configuration Caused by: could not parse TOML configuration in `[..]` -- 2.30.2