Skip to content

Commit 47d7022

Browse files
committed
Remove "broken=Sys.isapple" from rpath test
1 parent 3e4c446 commit 47d7022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auditing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ end
693693
libfoo_rpaths = Auditor._rpaths(joinpath(testdir, "lib", "libfoo.$(platform_dlext(platform))"))
694694
@test (Sys.isapple(platform) ? "@loader_path" : "\$ORIGIN") * "/qux" in libfoo_rpaths
695695
# Currently we don't filter out absolute rpaths for macOS libraries, no good.
696-
@test length(libfoo_rpaths) == 1 broken=Sys.isapple(platform)
696+
@test length(libfoo_rpaths) == 1
697697
end
698698
end
699699

0 commit comments

Comments
 (0)