mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-06 13:20:57 +03:00
tests: fix spelling error
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -121,7 +121,7 @@ static void torture_options_set_host(void **state) {
|
||||
assert_string_equal(session->opts.host, "xn--bcher-kva.tld");
|
||||
assert_null(session->opts.username);
|
||||
|
||||
/* IDN in UTF8 wont work */
|
||||
/* IDN in UTF8 won't work */
|
||||
rc = ssh_options_set(session, SSH_OPTIONS_HOST, "bücher.tld");
|
||||
assert_string_equal(ssh_get_error(session),
|
||||
"Invalid argument in ssh_options_set");
|
||||
|
||||
Reference in New Issue
Block a user