diff options
Diffstat (limited to 'src/regress/lib/libc/sys/t_sendmmsg.c')
-rw-r--r-- | src/regress/lib/libc/sys/t_sendmmsg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/sys/t_sendmmsg.c b/src/regress/lib/libc/sys/t_sendmmsg.c index 44e6c001f6..46a2e9bf5c 100644 --- a/src/regress/lib/libc/sys/t_sendmmsg.c +++ b/src/regress/lib/libc/sys/t_sendmmsg.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: t_sendmmsg.c,v 1.2 2022/09/11 20:51:44 mbuhl Exp $ */ | 1 | /* $OpenBSD: t_sendmmsg.c,v 1.3 2023/10/27 07:33:06 anton Exp $ */ |
2 | /* $NetBSD: t_sendmmsg.c,v 1.3 2019/03/16 21:46:43 christos Exp $ */ | 2 | /* $NetBSD: t_sendmmsg.c,v 1.3 2019/03/16 21:46:43 christos Exp $ */ |
3 | 3 | ||
4 | /*- | 4 | /*- |
@@ -202,7 +202,7 @@ ATF_TC_BODY(sendmmsg_basic, tc) | |||
202 | ATF_REQUIRE_MSG(error != -1, "wait failed (%s)", | 202 | ATF_REQUIRE_MSG(error != -1, "wait failed (%s)", |
203 | strerror(errno)); | 203 | strerror(errno)); |
204 | ATF_REQUIRE_MSG(WIFEXITED(status) && WEXITSTATUS(status) == 0, | 204 | ATF_REQUIRE_MSG(WIFEXITED(status) && WEXITSTATUS(status) == 0, |
205 | "receiver died"); | 205 | "receiver died, status %d", status); |
206 | break; | 206 | break; |
207 | } | 207 | } |
208 | } | 208 | } |