Skip to content

Commit

Permalink
Use cache.julialang.org to download busybox.exe at test time
Browse files Browse the repository at this point in the history
  • Loading branch information
staticfloat committed Nov 19, 2019
1 parent 1e39c69 commit 9235f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spawn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sleepcmd = `sleep`
lscmd = `ls`
havebb = false
if Sys.iswindows()
busybox = download("https://frippery.org/files/busybox/busybox.exe", joinpath(tempdir(), "busybox.exe"))
busybox = download("https://cache.julialang.org/https://frippery.org/files/busybox/busybox.exe", joinpath(tempdir(), "busybox.exe"))
havebb = try # use busybox-w32 on windows, if available
success(`$busybox`)
true
Expand Down

0 comments on commit 9235f45

Please sign in to comment.