mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
19d42c0339
The test_compare_xattrs test fails on OpenBSD because OpenBSD does not support xattrs. Disabling this function and its test for target_os = openbsd resolves the issue. Fixes #6348