summaryrefslogtreecommitdiff
path: root/tests/test-pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pipe.c')
-rw-r--r--tests/test-pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pipe.c b/tests/test-pipe.c
index e9ebe162..f7b24241 100644
--- a/tests/test-pipe.c
+++ b/tests/test-pipe.c
@@ -103,5 +103,5 @@ main ()
ASSERT (!is_nonblocking (fd[0]));
ASSERT (!is_nonblocking (fd[1]));
- return 0;
+ return test_exit_status;
}