Skip to content

Commit

Permalink
cp: test_cp_preserve_xattr_fails_on_android does not fail on android
Browse files Browse the repository at this point in the history
  • Loading branch information
kralo committed Jan 27, 2024
1 parent c4e6368 commit d5340d8
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 @@ -1463,7 +1463,7 @@ fn test_cp_preserve_xattr_fails_on_android() {
.arg(TEST_COPY_FROM_FOLDER_FILE)
.arg(TEST_HELLO_WORLD_DEST)
.arg("--preserve=xattr")
.fails();
.succeeds();
}

#[test]
Expand Down

0 comments on commit d5340d8

Please sign in to comment.