We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7cb45c commit 03a0b5cCopy full SHA for 03a0b5c
crates/cargo-test-support/src/compare.rs
@@ -217,6 +217,7 @@ static MIN_LITERAL_REDACTIONS: &[(&str, &str)] = &[
217
"[NOT_FOUND]",
218
"The system cannot find the path specified. (os error 3)",
219
),
220
+ ("[NOT_FOUND]", "Access is denied. (os error 5)"),
221
("[NOT_FOUND]", "program not found"),
222
// Unix message for exit status
223
("[EXIT_STATUS]", "exit status"),
0 commit comments