Problem reported for GNU m4 by Mitchell Dorrell in:
https://lists.gnu.org/r/bug-m4/2022-12/msg00000.html
* tests/test-posix_spawnp-script.c (DATA_FILENAME):
Fix typo in file name that caused race with
test-posix_spawn-script.c.
+2022-12-22 Paul Eggert <eggert@cs.ucla.edu>
+
+ posix_spawnp-tests: fix filename typo
+ Problem reported for GNU m4 by Mitchell Dorrell in:
+ https://lists.gnu.org/r/bug-m4/2022-12/msg00000.html
+ * tests/test-posix_spawnp-script.c (DATA_FILENAME):
+ Fix typo in file name that caused race with
+ test-posix_spawn-script.c.
+
2022-11-27 Paul Eggert <eggert@cs.ucla.edu>
explicit_bzero: add poison
#include "macros.h"
-#define DATA_FILENAME "test-posix_spawn-script.tmp"
+#define DATA_FILENAME "test-posix_spawnp-script.tmp"
int
main ()