fpending, obstack, strerror-override: use pure+const function attrs
[gnulib.git] / tests / test-futimens.h
index 4ae7d19..96eca51 100644 (file)
@@ -83,6 +83,7 @@ test_futimens (int (*func) (int, struct timespec const *),
     ASSERT (errno == EBADF);
   }
   {
+    close (99);
     errno = 0;
     ASSERT (func (99, NULL) == -1);
     ASSERT (errno == EBADF);