Skip to content

Commit 1ff58dd

Browse files
committed
Remove atexit from test
1 parent b0d7dcf commit 1ff58dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/stat/test_umask.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ void test() {
6868
}
6969

7070
int main() {
71-
atexit(cleanup);
7271
signal(SIGABRT, cleanup);
7372
test();
7473
return EXIT_SUCCESS;

0 commit comments

Comments
 (0)