* tests/test-faccessat.c (BASE): Define using this file's name, not
that of test-lstat.c. Using the latter caused this test to fail
sometimes when run concurrently with test-lstat.
+2017-11-28 Jim Meyering <meyering@fb.com>
+
+ test-faccessat.c: correct BASE definition to avoid parallel test failure
+ * tests/test-faccessat.c (BASE): Define using this file's name, not
+ that of test-lstat.c. Using the latter caused this test to fail
+ sometimes when run concurrently with test-lstat.
+
2017-11-27 Daiki Ueno <ueno@gnu.org>
unicase: fix VPATH build
#include "macros.h"
-#define BASE "test-lstat.t"
+#define BASE "test-faccessat.t"
int
main (void)