From 03a0b5c999b93b18ad0642a0154c498b9752745f Mon Sep 17 00:00:00 2001 From: eth3lbert Date: Thu, 27 Jun 2024 12:54:10 +0800 Subject: [PATCH] Auto-redact not found --- crates/cargo-test-support/src/compare.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/cargo-test-support/src/compare.rs b/crates/cargo-test-support/src/compare.rs index 5b396c410..dee4520d9 100644 --- a/crates/cargo-test-support/src/compare.rs +++ b/crates/cargo-test-support/src/compare.rs @@ -217,6 +217,7 @@ static MIN_LITERAL_REDACTIONS: &[(&str, &str)] = &[ "[NOT_FOUND]", "The system cannot find the path specified. (os error 3)", ), + ("[NOT_FOUND]", "Access is denied. (os error 5)"), ("[NOT_FOUND]", "program not found"), // Unix message for exit status ("[EXIT_STATUS]", "exit status"),