From dfa8f26ddc0f41aed6d00d959ad01da8b87615e0 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Mon, 30 Sep 2024 13:08:39 -0400 Subject: [PATCH] test(test): unnecessay env_remove("RUST_BACKTRACE") This is done for all tests in f3c7525a61d61b347ed9e2e278dd84cc8c943531 --- tests/testsuite/test.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/testsuite/test.rs b/tests/testsuite/test.rs index e1770cd0065..ce4825e7989 100644 --- a/tests/testsuite/test.rs +++ b/tests/testsuite/test.rs @@ -5497,7 +5497,6 @@ Caused by: .run(); p.cargo("test --no-fail-fast -- --nocapture") - .env_remove("RUST_BACKTRACE") .with_stderr_does_not_contain( "test exited abnormally; to see the full output pass --nocapture to the harness.", )