Commit 6cddf7bb authored by Rusty Russell's avatar Rusty Russell

Should use libtap's exit_status() for return from main.

parent ec45d0d2
......@@ -18,5 +18,5 @@ int main(int argc, char *argv[])
ok1(check_types_match(x++, y++) == 0);
ok(x == 0 && y == 0, "check_types_match does not evaluate expressions");
return 0;
return exit_status();
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment