diff options
Diffstat (limited to 'common/t-exechelp.c')
-rw-r--r-- | common/t-exechelp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/common/t-exechelp.c b/common/t-exechelp.c index 5c5c5d311..e4c88d126 100644 --- a/common/t-exechelp.c +++ b/common/t-exechelp.c @@ -150,7 +150,7 @@ test_close_all_fds (void) print_open_fds (array); free (array); } - + /* Check whether the except list works. */ close_all_fds (3, except); array = xget_all_open_fds (); @@ -181,9 +181,8 @@ main (int argc, char **argv) verbose = 1; argc--; argv++; } - + test_close_all_fds (); return 0; } - |