macholib icon indicating copy to clipboard operation
macholib copied to clipboard

Skip tests that can only work on macOS

Open umlaeute opened this issue 3 years ago • 0 comments
trafficstars

On Linux, we cannot assume that /bin/sh is a MachO binary, or that /System/Library/Framworks/Cocoa.framework resp. /usr/lib/libSystem.dylib even exist

(an alternative approach for the 2nd case would be to only run these tests if the file actually exist)

umlaeute avatar Apr 25 '22 16:04 umlaeute