We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e4c446 commit 47d7022Copy full SHA for 47d7022
test/auditing.jl
@@ -693,7 +693,7 @@ end
693
libfoo_rpaths = Auditor._rpaths(joinpath(testdir, "lib", "libfoo.$(platform_dlext(platform))"))
694
@test (Sys.isapple(platform) ? "@loader_path" : "\$ORIGIN") * "/qux" in libfoo_rpaths
695
# Currently we don't filter out absolute rpaths for macOS libraries, no good.
696
- @test length(libfoo_rpaths) == 1 broken=Sys.isapple(platform)
+ @test length(libfoo_rpaths) == 1
697
end
698
699
0 commit comments