I always run Julia as non-root, so there is not much surprise when "make 
testall" says it cannot find sshd, which on openSUSE lives in /usr/sbin and 
is not accessible by non-root due to permissions. Testall by normal user 
bypasses the related test and continues to success. Attempting to run Julia 
as root to allow this test to run results in error in testing libgit2 since 
no keys are set up. I'm not worrying about this until I have good reason to 
run Julia in root. Does the fact that openSUSE makes sshd unavailable to 
non-root users bypass some important tests?

Reply via email to