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 a9f3f3f commit f769fdfCopy full SHA for f769fdf
test/relocatedepot.jl
@@ -132,7 +132,9 @@ if !test_relocated_depot
132
test_harness(empty_depot_path=false) do
133
push!(LOAD_PATH, @__DIR__)
134
# skip this dir to make the pkgimage not relocatable
135
- filter!(!=(@__DIR__), DEPOT_PATH)
+ filter!(DEPOT_PATH) do depot
136
+ !startswith(@__DIR__, depot)
137
+ end
138
@show LOAD_PATH
139
@show DEPOT_PATH
140
pkg = Base.identify_package(pkgname)
0 commit comments