diff options
Diffstat (limited to 'posix/tst-pathconf.c')
-rw-r--r-- | posix/tst-pathconf.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/posix/tst-pathconf.c b/posix/tst-pathconf.c index cce59e6d47..88df792ab3 100644 --- a/posix/tst-pathconf.c +++ b/posix/tst-pathconf.c @@ -162,11 +162,5 @@ out_nofifo: ret = 1; } - if (rmdir (dirbuf) != 0) - { - printf ("Could not remove directory (%s)\n", strerror (errno)); - ret = 1; - } - return ret; } |