You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: use hard-link probe instead of stat for cross-device detection
stat flag syntax differs between GNU (-c) and BSD/macOS (-f), making
the previous approach unreliable. Hard links only succeed within the
same filesystem, so attempting ln across /tmp and $HOME gives a
portable, unambiguous cross-device check on Linux, macOS, and FreeBSD.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments