From 7860f4b9c1a17d00a77498f11deb2de866f108e8 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 17 Dec 2020 02:47:40 +0100 Subject: [PATCH] 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. --- ChangeLog | 5 +++++ modules/posix_spawn-tests | 6 +++--- tests/{test-posix_spawn3.c => test-posix_spawn-open1.c} | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) rename tests/{test-posix_spawn3.c => test-posix_spawn-open1.c} (98%) diff --git a/ChangeLog b/ChangeLog index 8d959997bb..46d584be5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2020-12-16 Bruno Haible + 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. diff --git a/modules/posix_spawn-tests b/modules/posix_spawn-tests index 55c4efd790..4b20afa7ce 100644 --- a/modules/posix_spawn-tests +++ b/modules/posix_spawn-tests @@ -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 diff --git a/tests/test-posix_spawn3.c b/tests/test-posix_spawn-open1.c similarity index 98% rename from tests/test-posix_spawn3.c rename to tests/test-posix_spawn-open1.c index 7aac788e70..31fee70ecd 100644 --- a/tests/test-posix_spawn3.c +++ b/tests/test-posix_spawn-open1.c @@ -38,7 +38,7 @@ SIGNATURE_CHECK (posix_spawn, int, (pid_t *, char const *, #include #include -#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__ -- 2.39.5