]> Savannah Git Hosting - gnulib.git/commitdiff
posix_spawnp-tests: fix filename typo
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Dec 2022 05:19:34 +0000 (21:19 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 23 Dec 2022 05:20:23 +0000 (21:20 -0800)
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 304e502fcdd682d2819f6f836b9084248618ae9a..562845795dfa0066c49f8fd4aef384269adc9069 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-12-22  Ondrej Valousek  <ondrej.valousek.xm@renesas.com>
 
        file-has-acl: Basic support for checking NFSv4 ACLs in Linux.
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 ()