]> Savannah Git Hosting - gnulib.git/commitdiff
test-faccessat.c: correct BASE definition to avoid parallel test failure
authorJim Meyering <meyering@fb.com>
Tue, 28 Nov 2017 15:52:47 +0000 (07:52 -0800)
committerJim Meyering <meyering@fb.com>
Tue, 28 Nov 2017 15:54:17 +0000 (07:54 -0800)
* 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.

ChangeLog
tests/test-faccessat.c

index 3dab9a249ccfd1f299ed354054d8d9328f0c0a93..9f458045c8486c1bab4bece938c61ffc49addb38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
index 53855ba91ad06e96f3feb5f5add6f0e81eb70006..fe1db4129c9a68218ef603378100da612d976998 100644 (file)
@@ -26,7 +26,7 @@ SIGNATURE_CHECK (faccessat, int, (int, const char *, int, int));
 
 #include "macros.h"
 
-#define BASE "test-lstat.t"
+#define BASE "test-faccessat.t"
 
 int
 main (void)