Skip to content

Commit 03a0b5c

Browse files
committed
Auto-redact not found
1 parent c7cb45c commit 03a0b5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cargo-test-support/src/compare.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ static MIN_LITERAL_REDACTIONS: &[(&str, &str)] = &[
217217
"[NOT_FOUND]",
218218
"The system cannot find the path specified. (os error 3)",
219219
),
220+
("[NOT_FOUND]", "Access is denied. (os error 5)"),
220221
("[NOT_FOUND]", "program not found"),
221222
// Unix message for exit status
222223
("[EXIT_STATUS]", "exit status"),

0 commit comments

Comments
 (0)