summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/sssh-ssshd.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sssh-ssshd.scm b/tests/sssh-ssshd.scm
index 910e3a5..c7d1738 100644
--- a/tests/sssh-ssshd.scm
+++ b/tests/sssh-ssshd.scm
@@ -51,7 +51,7 @@
" --identity-file=" %rsakey
" --port=" (number->string *srv-port*)
" --known-hosts-file=" %knownhosts
- " " (inet-ntoa *srv-address*)
+ " " (inet-ntop AF_INET *srv-address*)
" '" *test-cmd* "'"))
(setenv "GUILE_LOAD_PATH" (string-append %topdir "/modules"))