about summary refs log tree commit diff
path: root/dirent/opendir-tst1.c
diff options
context:
space:
mode:
Diffstat (limited to 'dirent/opendir-tst1.c')
-rw-r--r--dirent/opendir-tst1.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/dirent/opendir-tst1.c b/dirent/opendir-tst1.c
index e96a817398..bb23234623 100644
--- a/dirent/opendir-tst1.c
+++ b/dirent/opendir-tst1.c
@@ -58,7 +58,7 @@ real_test (void)
 
 
 static int
-do_test (int argc, char *argv[])
+do_test (void)
 {
   int retval;
 
@@ -89,8 +89,6 @@ do_cleanup (void)
 {
   remove (tmpname);
 }
-#define CLEANUP_HANDLER do_cleanup ()
+#define CLEANUP_HANDLER do_cleanup
 
-
-/* Include the test skeleton.  */
-#include <test-skeleton.c>
+#include <support/test-driver.c>