Skip to content

Commit c35908f

Browse files
authored
Update test/relocatedepot.jl
1 parent 8f3551f commit c35908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/relocatedepot.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if !test_relocated_depot
6262
pkg = Base.identify_package(pkgname)
6363
cachefiles = Base.find_all_in_cache_path(pkg)
6464
rm.(cachefiles, force=true)
65-
rm(joinpath(@__DIR__, pkgname, "src", "bardir"))
65+
rm(joinpath(@__DIR__, pkgname, "src", "bardir"), force=true, recursive=true)
6666
@test Base.isprecompiled(pkg) == false
6767
touch(joinpath(@__DIR__, pkgname, "src", "bar.txt"))
6868
mkdir(joinpath(@__DIR__, pkgname, "src", "bardir"))

0 commit comments

Comments
 (0)