* tests/test-faccessat.c: Remove the file to avoid failure
to open the file on subsequent runs due to being created
with no permissions.
+2017-12-10 Pádraig Brady <P@draigBrady.com>
+
+ test-faccessat.c: unlink temp file to avoid subsequent test failure
+ * tests/test-faccessat.c: Remove the file to avoid failure
+ to open the file on subsequent runs due to being created
+ with no permissions.
+
2017-12-10 Bruno Haible <bruno@clisp.org>
doc: New sect. "Modifying the build rules of a Gnulib import directory".
unlink (BASE "link3");
}
unlink (BASE "link1");
+ unlink (BASE "file");
return 0;
}