Skip to content

Commit b8bf1a5

Browse files
committed
Update test for canonical_rpaths() change
1 parent b1cea4c commit b8bf1a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function test_libfoo_and_fooifier(fooifier_path, libfoo_path)
4646
# Ensure that `dir_path` is one of the RPath entries
4747
rpath = RPath(oh_exe)
4848
can_paths = canonical_rpaths(rpath)
49-
@test abspath(dir_path) in can_paths
49+
@test abspath(dir_path * "/") in can_paths
5050

5151
# Ensure that `fooifier` is going to try to load `libfoo`:
5252
foo_libs = find_libraries(oh_exe)

0 commit comments

Comments
 (0)