Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/by-util/test_cp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3870,6 +3870,8 @@ fn test_cp_link_backup() {
/// forever, since nothing ever writes to it. GNU creates the FIFO and returns.
#[test]
#[cfg(unix)]
// TODO remove when https://github.com/Stebalien/xattr/issues/121 is fixed

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I make no representation that Stebalien/xattr#121 is actually fixable...

#[cfg(not(target_os = "openbsd"))]
#[cfg_attr(wasi_runner, ignore = "WASI: no FIFO/mkfifo support")]
fn test_cp_attributes_only_fifo_keeps_type_and_returns() {
for recursive in ["-a", "-R"] {
Expand Down
Loading