Skip to content

Commit

Permalink
Update spawn.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Nov 15, 2018
1 parent 74d1adc commit 151e9e5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/spawn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,5 @@ end

# clean up busybox download
if Sys.iswindows()
try
rm(busybox)
catch
end
rm(busybox, force=true)
end

0 comments on commit 151e9e5

Please sign in to comment.