1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-10-21 16:13:39 +03:00

tests: Fix wording in comment to make sense

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Jakub Jelen
2024-07-22 14:01:55 +02:00
parent 6aea779918
commit ecb11f1a18

View File

@@ -97,7 +97,7 @@ static void torture_channel_read_error(void **state) {
rc = ssh_channel_request_exec(channel, "hexdump -C /dev/urandom");
assert_ssh_return_code(session, rc);
/* send crap and for server to send us a disconnect */
/* send crap and wait for server to send us a disconnect */
fd = ssh_get_fd(session);
assert_true(fd > 2);
rc = write(fd, "AAAA", 4);