Skip to content

Commit 0664c7e

Browse files
committed
Auto merge of #14130 - eth3lbert:snapbox-package-n-publish, r=epage
test: migrate package* and publish* to snapbox ### What does this PR try to resolve? Part of #14039. Migrate following to snapbox: - `tests/testsuite/package.rs` - `tests/testsuite/package_features.rs` - `tests/testsuite/publish.rs` - `tests/testsuite/publish_lockfile.rs`
2 parents 2607661 + a2b706b commit 0664c7e

File tree

5 files changed

+1470
-1509
lines changed

5 files changed

+1470
-1509
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)