Skip to content

Commit 22576ee

Browse files
authored
make package test work without an installed General registry (#646)
1 parent ab5d6cf commit 22576ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ ENV["JULIA_DEBUG"] = "PackageCompiler"
88
# Make a new depot
99
new_depot = mktempdir()
1010
mkpath(joinpath(new_depot, "registries"))
11-
cp(joinpath(DEPOT_PATH[1], "registries", "General"), joinpath(new_depot, "registries", "General"))
1211
ENV["JULIA_DEPOT_PATH"] = new_depot
1312
Base.init_depot_path()
1413

0 commit comments

Comments
 (0)