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 formula-specific prefix for libexec check
The test was failing because $(brew --prefix) returns the global prefix
(/opt/homebrew), but libexec is formula-specific and only accessible via
$(brew --prefix mfc) which resolves to /opt/homebrew/opt/mfc.
Binaries in bin/ and files in share/mfc/ are correctly accessible from
the global prefix since Homebrew links them there.
0 commit comments