summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/orc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orc.c b/test/orc.c
index eda5b7a..1421342 100644
--- a/test/orc.c
+++ b/test/orc.c
@@ -79,7 +79,7 @@ int main(int argc, char *argv[])
if (argc < 2) {
fprintf(stderr, "%s: <file>\n", argv[0]);
- return 1;
+ return 0;
}
ret = io_uring_queue_init(8, &ring, 0);