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: skip test_media_root.sh if /tmp is not a top-level mount
Containers and macOS often have /tmp on the root filesystem, in which
case rmw correctly writes an absolute path (not a topdir relative path).
Use 'df -P' to check the mount point; skip silently if /tmp is not its
own top-level mount rather than failing.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments