]> 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)
committerBruno Haible <bruno@clisp.org>
Sun, 1 Jan 2023 09:20:01 +0000 (10:20 +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 98343adc0d44ac4ab37fcda4183e27894a4519a3..62ec94f9d4f03299cf02134760e4bdaef80cbcb2 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 0702d66b20a5f5b9bf0fb7a50a4f5b3327967bce..549219e8f18a06542faa3e79f057bac39fd525d5 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 ()