]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
posix_spawn-tests: Rename test.
authorBruno Haible <bruno@clisp.org>
Thu, 17 Dec 2020 01:47:40 +0000 (02:47 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 17 Dec 2020 01:47:40 +0000 (02:47 +0100)
* tests/test-posix_spawn-open1.c: Renamed from
tests/test-posix_spawn3.c.
* modules/posix_spawn-tests (Files, Makefile.am): Update.

ChangeLog
modules/posix_spawn-tests
tests/test-posix_spawn-open1.c [moved from tests/test-posix_spawn3.c with 98% similarity]

index 8d959997bb4e839c6d295e6cccf0aa1ed55470cd..46d584be5db1554b9d852dc88f8f42f110891855 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2020-12-16  Bruno Haible  <bruno@clisp.org>
 
+       posix_spawn-tests: Rename test.
+       * tests/test-posix_spawn-open1.c: Renamed from
+       tests/test-posix_spawn3.c.
+       * modules/posix_spawn-tests (Files, Makefile.am): Update.
+
        posix_spawnp-tests: Rename test.
        * tests/test-posix_spawn-dup2-stdin.c: Renamed from
        tests/test-posix_spawn2.c.
index 55c4efd7902c7ea6bca322289e65349a6023542e..4b20afa7ce8c5e0dd96a175ef1d52c5c05006bf8 100644 (file)
@@ -1,5 +1,5 @@
 Files:
-tests/test-posix_spawn3.c
+tests/test-posix_spawn-open1.c
 tests/signature.h
 
 Depends-on:
@@ -23,6 +23,6 @@ AM_CONDITIONAL([POSIX_SPAWN_PORTED], [test $posix_spawn_ported = yes])
 
 Makefile.am:
 if POSIX_SPAWN_PORTED
-TESTS += test-posix_spawn3
-check_PROGRAMS += test-posix_spawn3
+TESTS += test-posix_spawn-open1
+check_PROGRAMS += test-posix_spawn-open1
 endif
similarity index 98%
rename from tests/test-posix_spawn3.c
rename to tests/test-posix_spawn-open1.c
index 7aac788e70410b7bcd16d678053fa443cbb31356..31fee70ecd3385ee46917a35f6e28a487f8e1ffb 100644 (file)
@@ -38,7 +38,7 @@ SIGNATURE_CHECK (posix_spawn, int, (pid_t *, char const *,
 #include <sys/types.h>
 #include <sys/wait.h>
 
-#define CHILD_PROGRAM_FILENAME "test-posix_spawn3"
+#define CHILD_PROGRAM_FILENAME "test-posix_spawn-open1"
 #define DATA_FILENAME "t!#$%&'()*+,-;=?@[\\]^_`{|}~.tmp"
 /* On Cygwin, '*' '?' '\\' '|' cannot be used in file names.  */
 #if defined __CYGWIN__