* tests/test-posix_spawn-open1.c: Renamed from
tests/test-posix_spawn3.c.
* modules/posix_spawn-tests (Files, Makefile.am): Update.
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.
Files:
-tests/test-posix_spawn3.c
+tests/test-posix_spawn-open1.c
tests/signature.h
Depends-on:
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
#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__