# HG changeset patch # User Jim Meyering # Date 1511884367 28800 # Node ID 965899796df4d74aed84cff7038af4566ec2eebc # Parent a9880c3cc1e5cfa4ecab66390fccc2b570630922 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. diff -r a9880c3cc1e5 -r 965899796df4 ChangeLog --- a/ChangeLog Mon Nov 27 08:46:28 2017 -0800 +++ b/ChangeLog Tue Nov 28 07:52:47 2017 -0800 @@ -1,3 +1,10 @@ +2017-11-28 Jim Meyering + + 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 unicase: fix VPATH build diff -r a9880c3cc1e5 -r 965899796df4 tests/test-faccessat.c --- a/tests/test-faccessat.c Mon Nov 27 08:46:28 2017 -0800 +++ b/tests/test-faccessat.c Tue Nov 28 07:52:47 2017 -0800 @@ -26,7 +26,7 @@ #include "macros.h" -#define BASE "test-lstat.t" +#define BASE "test-faccessat.t" int main (void)