Hi,
make test in security/libssh fails because, essentially, one of the
subtests compares the home from getpwent() to getenv("HOME").
Is there any recommended way to work around this? explicit test target
that removes HOME again, for example?
-is