diff options
Diffstat (limited to 'dirent')
-rw-r--r-- | dirent/tst-scandir.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dirent/tst-scandir.c b/dirent/tst-scandir.c index 09d19ab..4ecfd7b 100644 --- a/dirent/tst-scandir.c +++ b/dirent/tst-scandir.c @@ -293,7 +293,6 @@ do_test (void) remove_file (scandir_test_dir, "aa"); remove_file (scandir_test_dir, "b"); remove_file (scandir_test_dir, "a"); - rmdir (scandir_test_dir); return 0; } |