summaryrefslogtreecommitdiff
path: root/test cases/osx/6 multiframework
AgeCommit message (Collapse)Author
2023-05-28Fix test failures on Darwin on a case-sensitive fsRandy Eckenrode
This issue was encounetered while working on a contribution to nixpkgs. Nix allows the store to be installed on a separate, case-sensitive APFS volume. When the store is on a case-sensitive volume, these tests fail because they try to use `foundation` instead of `Foundation`.
2019-03-10Fix appleframeworks with multiple modules.Jussi Pakkanen