Skip to content

Fix entrypoint config tests failing on macOS#198

Merged
bbrowning merged 1 commit into
mainfrom
gascity-mac-tests
May 11, 2026
Merged

Fix entrypoint config tests failing on macOS#198
bbrowning merged 1 commit into
mainfrom
gascity-mac-tests

Conversation

@bbrowning
Copy link
Copy Markdown
Owner

Test helper functions used GNU-specific cp -dR --preserve=mode,timestamps
which silently failed on macOS (BSD cp), causing three tests to fail.
Replace with portable cp -RPp flags. The real entrypoint scripts in
containers/ are unchanged since they only run inside Linux containers.

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

Test helper functions used GNU-specific `cp -dR --preserve=mode,timestamps`
which silently failed on macOS (BSD cp), causing three tests to fail.
Replace with portable `cp -RPp` flags. The real entrypoint scripts in
containers/ are unchanged since they only run inside Linux containers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bbrowning bbrowning merged commit 72ef135 into main May 11, 2026
6 checks passed
@bbrowning bbrowning deleted the gascity-mac-tests branch May 11, 2026 21:47
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