Skip to content

Commit ebe59fd

Browse files
authored
fix typo in spawn test file (#58821)
1 parent 94c4d15 commit ebe59fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spawn.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ sleepcmd = `sleep`
2121
lscmd = `ls`
2222
havebb = false
2323

24-
busybox_hash_correct(file) = bytes2ex(open(SHA.sha256, file)) == "ed2f95da9555268e93c7af52feb48e148534ee518b9128f65dda9a2767b61b9e"
24+
busybox_hash_correct(file) = bytes2hex(open(SHA.sha256, file)) == "ed2f95da9555268e93c7af52feb48e148534ee518b9128f65dda9a2767b61b9e"
2525

2626
function _tryonce_download_from_cache(desired_url::AbstractString)
2727
cache_url = "https://cache.julialang.org/$(desired_url)"

0 commit comments

Comments
 (0)