summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2020-02-14 15:00:30 +0100
committerGuillem Jover <guillem@hadrons.org>2020-02-14 15:04:15 +0100
commit0256e8c631863acba849c5b27313d9932749d69c (patch)
treec2bd5a1630ba7977792b91daacca804c967ed50f /test
parent7eaeaa6947a9a1291858ed6fce5b537b6d26986f (diff)
downloadliburing-0256e8c631863acba849c5b27313d9932749d69c.tar.gz
liburing-0256e8c631863acba849c5b27313d9932749d69c.tar.bz2
test: Distinguish failure messages for accept-link
We are testing two modes, one with accept, the other with accept and connect, and having the same error message makes it harder to see what went wrong where. Signed-off-by: Guillem Jover <guillem@hadrons.org>
Diffstat (limited to 'test')
-rw-r--r--test/accept-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accept-link.c b/test/accept-link.c
index 759d980..dba720a 100644
--- a/test/accept-link.c
+++ b/test/accept-link.c
@@ -212,7 +212,7 @@ int main(int argc, char *argv[])
}
if (test_accept_timeout(1, 1000000000)) {
- fprintf(stderr, "accept timeout 0 failed\n");
+ fprintf(stderr, "accept and connect timeout 0 failed\n");
return 1;
}