Skip to content

Commit c632438

Browse files
committed
test: Adjust output for out-of-tree build-dir
When `build-dir` overlays `target-dir`, we pick up cargo's `.gitignore`. Ignoring the line in the output has no impact on this test's coverage.
1 parent edba308 commit c632438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/publish_lockfile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ fn note_resolve_changes() {
242242
[ARCHIVING] Cargo.toml.orig
243243
[ARCHIVING] src/main.rs
244244
[PACKAGED] 4 files, [FILE_SIZE]B ([FILE_SIZE]B compressed)
245-
[WARNING] found (git) Cargo.toml ignored at `[..]/foo/Cargo.toml` in workdir `[..]`
245+
...
246246
247247
"#]].unordered())
248248
.run();

0 commit comments

Comments
 (0)