Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
matrixhead committed Aug 16, 2024
1 parent ea3f683 commit a9c31d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/by-util/test_cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1755,7 +1755,7 @@ fn test_cp_preserve_links_case_7() {
.arg("src/g")
.arg("dest")
.succeeds()
.stdout_contains("skipped 'dest/g'");
.stdout_contains("skipped");

assert!(at.dir_exists("dest"));
assert!(at.plus("dest").join("f").exists());
Expand Down

0 comments on commit a9c31d3

Please sign in to comment.