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"),