isnan: port to VAX
[gnulib.git] / tests / test-mkfifoat.c
index e38ae9a..86b821e 100644 (file)
@@ -98,6 +98,7 @@ main (void)
                );
       }
       {
+        close (99);
         errno = 0;
         ASSERT (func (99, "foo", 0600) == -1);
         ASSERT (errno == EBADF