aboutsummaryrefslogtreecommitdiff
path: root/posix/tst-pathconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'posix/tst-pathconf.c')
-rw-r--r--posix/tst-pathconf.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/posix/tst-pathconf.c b/posix/tst-pathconf.c
index cce59e6..88df792 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;
}