From 956dc62cfd4a2200931cd5c058f50585c4e5471a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 17 Dec 2020 02:56:21 +0100 Subject: [PATCH] posix_spawn_file_actions_addchdir-tests: Rename test. * tests/test-posix_spawn-chdir.c: Renamed from tests/test-posix_spawn4.c. * modules/posix_spawn_file_actions_addchdir-tests (Files, Makefile.am): Update. --- ChangeLog | 6 ++++++ modules/posix_spawn_file_actions_addchdir-tests | 6 +++--- tests/{test-posix_spawn4.c => test-posix_spawn-chdir.c} | 0 3 files changed, 9 insertions(+), 3 deletions(-) rename tests/{test-posix_spawn4.c => test-posix_spawn-chdir.c} (100%) diff --git a/ChangeLog b/ChangeLog index 46d584be5d..db3ed06a09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2020-12-16 Bruno Haible + posix_spawn_file_actions_addchdir-tests: Rename test. + * tests/test-posix_spawn-chdir.c: Renamed from + tests/test-posix_spawn4.c. + * modules/posix_spawn_file_actions_addchdir-tests (Files, Makefile.am): + Update. + posix_spawn-tests: Rename test. * tests/test-posix_spawn-open1.c: Renamed from tests/test-posix_spawn3.c. diff --git a/modules/posix_spawn_file_actions_addchdir-tests b/modules/posix_spawn_file_actions_addchdir-tests index d5af0ae0ef..400c1f72ee 100644 --- a/modules/posix_spawn_file_actions_addchdir-tests +++ b/modules/posix_spawn_file_actions_addchdir-tests @@ -1,6 +1,6 @@ Files: tests/test-posix_spawn_file_actions_addchdir.c -tests/test-posix_spawn4.c +tests/test-posix_spawn-chdir.c tests/signature.h tests/macros.h @@ -16,6 +16,6 @@ TESTS += test-posix_spawn_file_actions_addchdir check_PROGRAMS += test-posix_spawn_file_actions_addchdir if POSIX_SPAWN_PORTED -TESTS += test-posix_spawn4 -check_PROGRAMS += test-posix_spawn4 +TESTS += test-posix_spawn-chdir +check_PROGRAMS += test-posix_spawn-chdir endif diff --git a/tests/test-posix_spawn4.c b/tests/test-posix_spawn-chdir.c similarity index 100% rename from tests/test-posix_spawn4.c rename to tests/test-posix_spawn-chdir.c -- 2.11.4.GIT