Skip to content

Fix seed copy tests failing on macOS due to GNU-specific cp flags#155

Merged
bbrowning merged 1 commit intomainfrom
fix-mac-seed-copy-tests
Mar 28, 2026
Merged

Fix seed copy tests failing on macOS due to GNU-specific cp flags#155
bbrowning merged 1 commit intomainfrom
fix-mac-seed-copy-tests

Conversation

@bbrowning
Copy link
Copy Markdown
Owner

Test helpers used cp -dR --preserve=mode,timestamps which is
GNU coreutils-specific and fails silently on macOS BSD cp. Replace
with portable cp -Rp in test helpers only — the real entrypoint
script keeps the GNU flags intentionally to avoid copying SELinux
xattr on OpenShift.

Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

Test helpers used `cp -dR --preserve=mode,timestamps` which is
GNU coreutils-specific and fails silently on macOS BSD cp. Replace
with portable `cp -Rp` in test helpers only — the real entrypoint
script keeps the GNU flags intentionally to avoid copying SELinux
xattr on OpenShift.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bbrowning bbrowning merged commit 00f7ea7 into main Mar 28, 2026
6 checks passed
@bbrowning bbrowning deleted the fix-mac-seed-copy-tests branch March 28, 2026 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant