Skip to content

Commit 90aba40

Browse files
committed
Enable the SSHManager tests on 32-bit platforms
LibSSH.jl should now work on 32-bit.
1 parent b743ec8 commit 90aba40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ include(joinpath(Sys.BINDIR, "..", "share", "julia", "test", "testenv.jl"))
88

99
cmd = `$test_exename $test_exeflags`
1010

11-
# LibSSH.jl currently only works on 64bit unixes
12-
if Sys.isunix() && Sys.WORD_SIZE == 64
11+
# LibSSH.jl currently only works on unixes
12+
if Sys.isunix()
1313
# Run the SSH tests with a single thread because LibSSH.jl is not thread-safe
1414
sshtestfile = joinpath(@__DIR__, "sshmanager.jl")
1515
run(addenv(`$cmd $sshtestfile`, "JULIA_NUM_THREADS" => "1"))

0 commit comments

Comments
 (0)