mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 08:42:28 +00:00
parent
cd52c59552
commit
536dfb947a
1 changed files with 7 additions and 7 deletions
|
@ -47,7 +47,7 @@ __attribute__((__constructor__)) static void Child(int argc, char *argv[]) {
|
|||
if (argc >= 2 && !strcmp(argv[1], "Child")) {
|
||||
ASSERT_EQ(3, argc);
|
||||
EXPECT_STREQ(argv[2], GetProgramExecutableName());
|
||||
exit(0);
|
||||
exit(g_testlib_failed);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue