mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 10:26:47 +09:00
tests: Fix a typo in torture.c
Thanks Nikos for spotting it. Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -221,7 +221,7 @@ int torture_terminate_process(const char *pidfile)
|
|||||||
kill(pid, SIGTERM);
|
kill(pid, SIGTERM);
|
||||||
|
|
||||||
/* 10 ms */
|
/* 10 ms */
|
||||||
usleep(10 * 000);
|
usleep(10 * 1000);
|
||||||
|
|
||||||
rc = kill(pid, 0);
|
rc = kill(pid, 0);
|
||||||
if (rc != 0) {
|
if (rc != 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user