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 a60f342 commit db64a5dCopy full SHA for db64a5d
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
pkg = Base.identify_package(pkgname)
139
cachefiles = Base.find_all_in_cache_path(pkg)
140
rm.(cachefiles, force=true)
0 commit comments