diff --git a/lxc/tests/test.cpp b/lxc/tests/test.cpp index 785dfb4..2bad760 100644 --- a/lxc/tests/test.cpp +++ b/lxc/tests/test.cpp @@ -2,5 +2,5 @@ int main(void) { printf("good\n"); - return 1; + return 0; }