aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/test_bson.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/px4/tests/test_bson.c')
-rw-r--r--apps/px4/tests/test_bson.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/px4/tests/test_bson.c b/apps/px4/tests/test_bson.c
index e2a10ec29..a42c462ca 100644
--- a/apps/px4/tests/test_bson.c
+++ b/apps/px4/tests/test_bson.c
@@ -240,5 +240,5 @@ test_bson(int argc, char *argv[])
decode(&decoder);
free(buf);
- exit(0);
+ return OK;
} \ No newline at end of file