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 94c4d15 commit ebe59fdCopy full SHA for ebe59fd
test/spawn.jl
@@ -21,7 +21,7 @@ sleepcmd = `sleep`
21
lscmd = `ls`
22
havebb = false
23
24
-busybox_hash_correct(file) = bytes2ex(open(SHA.sha256, file)) == "ed2f95da9555268e93c7af52feb48e148534ee518b9128f65dda9a2767b61b9e"
+busybox_hash_correct(file) = bytes2hex(open(SHA.sha256, file)) == "ed2f95da9555268e93c7af52feb48e148534ee518b9128f65dda9a2767b61b9e"
25
26
function _tryonce_download_from_cache(desired_url::AbstractString)
27
cache_url = "https://cache.julialang.org/$(desired_url)"
0 commit comments