artyom-poptsov / guile-ssh

Guile-SSH is a library that provides access to the SSH protocol for GNU Guile programs.
https://memory-heap.org/~avp/projects/guile-ssh
GNU General Public License v3.0
63 stars 13 forks source link

make check broken #19

Closed mothacehe closed 3 years ago

mothacehe commented 4 years ago

Hello,

In tests/common.scm, run-client-test tries to execute /usr/bin/guile which doesn't exist on some distributions (guix). Ideally, the guile path used here would be the one found by autoconf.

Thanks,

Mathieu

artyom-poptsov commented 3 years ago

This should be fixed in d9aae2ad

I'm closing the issue.