posix_spawnp-tests: fix filename typo
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Dec 2022 05:19:34 +0000 (21:19 -0800)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Jan 2023 09:46:55 +0000 (10:46 +0100)
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.

ChangeLog
tests/test-posix_spawnp-script.c

index b1e61d7ba341d649a528971cfaf4231f84183356..58384d73ff54cbaad0a0da3c3f0583b55ea0fb48 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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
index 1e5fc5c1109338729e5af80d97f925a8c1ac969e..d2035ed63efc49b611155f061aab1b1e77478e76 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "macros.h"
 
-#define DATA_FILENAME "test-posix_spawn-script.tmp"
+#define DATA_FILENAME "test-posix_spawnp-script.tmp"
 
 int
 main ()