install-reloc: Support multi-binary installation.
[gnulib.git] / tests / test-fdopendir.c
index a8e115a..a9e2a93 100644 (file)
@@ -54,6 +54,7 @@ main (int argc _GL_UNUSED, char *argv[])
     ASSERT (errno == EBADF);
   }
   {
+    close (99);
     errno = 0;
     ASSERT (fdopendir (99) == NULL);
     ASSERT (errno == EBADF);