From c23a457e72abe608715ac76f076f47dc42af07a5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 20:31:44 +0200 Subject: Merging upstream version 1.74.1+dfsg1. Signed-off-by: Daniel Baumann --- src/tools/cargo/tests/testsuite/profile_custom.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tools/cargo/tests/testsuite/profile_custom.rs') diff --git a/src/tools/cargo/tests/testsuite/profile_custom.rs b/src/tools/cargo/tests/testsuite/profile_custom.rs index ea6b54c95..f7139e552 100644 --- a/src/tools/cargo/tests/testsuite/profile_custom.rs +++ b/src/tools/cargo/tests/testsuite/profile_custom.rs @@ -543,7 +543,9 @@ fn clean_custom_dirname() { assert!(!p.build_dir().join("release").is_dir()); // This should clean 'other' - p.cargo("clean --profile=other").with_stderr("").run(); + p.cargo("clean --profile=other") + .with_stderr("[REMOVED] [..] files, [..] total") + .run(); assert!(p.build_dir().join("debug").is_dir()); assert!(!p.build_dir().join("other").is_dir()); } -- cgit v1.2.3