test-unlinkat: enhance test, to expose Solaris 9 bug
[gnulib.git] / tests / test-rmdir.c
index 6d55ea9..d7e4da3 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <fcntl.h>
 #include <errno.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <sys/stat.h>
@@ -49,5 +50,5 @@
 int
 main ()
 {
-  return test_rmdir_func (rmdir);
+  return test_rmdir_func (rmdir, true);
 }