diff --git a/tests/amtest/src/main.c b/tests/amtest/src/main.c index 061722e2..073339ee 100644 --- a/tests/amtest/src/main.c +++ b/tests/amtest/src/main.c @@ -42,5 +42,5 @@ int main(const char *args) { } } } - return 1; + return 0; }