diff options
Diffstat (limited to 'tests/test-setsockopt.c')
-rw-r--r-- | tests/test-setsockopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-setsockopt.c b/tests/test-setsockopt.c index 75493810..5ae3856a 100644 --- a/tests/test-setsockopt.c +++ b/tests/test-setsockopt.c @@ -51,5 +51,5 @@ main (void) ASSERT (errno == EBADF); } - return 0; + return test_exit_status; } |