aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--openbsc/tests/gsm0408/gsm0408_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/tests/gsm0408/gsm0408_test.c b/openbsc/tests/gsm0408/gsm0408_test.c
index 679ce664f..60a151faf 100644
--- a/openbsc/tests/gsm0408/gsm0408_test.c
+++ b/openbsc/tests/gsm0408/gsm0408_test.c
@@ -99,5 +99,6 @@ int main(int argc, char **argv)
test_location_area_identifier();
test_mi_functionality();
- exit(0);
+ printf("Done.\n");
+ return EXIT_SUCCESS;
}