#14642·coreutils

test_cp_attributes_only_fifo_keeps_type_and_returns fails on OpenBSD

Author: xtqqczzeCreated Sep 17, 2026Updated Sep 17, 2026
bash
  ---- test_cp::test_cp_attributes_only_fifo_keeps_type_and_returns stdout ----
  bin: "/home/runner/work/coreutils/coreutils/target/debug/coreutils"
  mkfifo: /tmp/.tmpZrF7IA/fifo
  run: /home/runner/work/coreutils/coreutils/target/debug/coreutils cp -a --attributes-only fifo copy
  
  thread 'test_cp::test_cp_attributes_only_fifo_keeps_type_and_returns' (237101) panicked at tests/by-util/test_cp.rs:3884:14:
  Expected stderr to be empty, but it's:
  cp: setting attributes for 'copy': unsupported platform, please file a bug at `https://github.com/Stebalien/xattr'

https://github.com/uutils/coreutils/actions/runs/35210933018/job/105168014650?pr=14641#step:4:6690

cc: @cakebaker