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
fix(test): use [ -e ] instead of [ -f ] for /dev/null-mounted files
/dev/null-mounted credential files are character special devices, not
regular files. [ -f ] returns false for them, causing wc -c to produce
no output. Use [ -e ] (exists) to correctly detect these mounts.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments