From df78e7131bffb3ffaa14b3cb80d0ab0b68a7314e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 17 Dec 2020 03:00:25 +0100 Subject: [PATCH] posix_spawn_file_actions_addfchdir-tests: Rename test. * tests/test-posix_spawn-fchdir.c: Renamed from tests/test-posix_spawn5.c. * modules/posix_spawn_file_actions_addfchdir-tests (Files, Makefile.am): Update. --- ChangeLog | 6 ++++++ modules/posix_spawn_file_actions_addfchdir-tests | 6 +++--- tests/{test-posix_spawn5.c => test-posix_spawn-fchdir.c} | 0 3 files changed, 9 insertions(+), 3 deletions(-) rename tests/{test-posix_spawn5.c => test-posix_spawn-fchdir.c} (100%) diff --git a/ChangeLog b/ChangeLog index db3ed06a09..d50539adca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2020-12-16 Bruno Haible + posix_spawn_file_actions_addfchdir-tests: Rename test. + * tests/test-posix_spawn-fchdir.c: Renamed from + tests/test-posix_spawn5.c. + * modules/posix_spawn_file_actions_addfchdir-tests (Files, Makefile.am): + Update. + posix_spawn_file_actions_addchdir-tests: Rename test. * tests/test-posix_spawn-chdir.c: Renamed from tests/test-posix_spawn4.c. diff --git a/modules/posix_spawn_file_actions_addfchdir-tests b/modules/posix_spawn_file_actions_addfchdir-tests index 809d2381d8..0d8c9903f7 100644 --- a/modules/posix_spawn_file_actions_addfchdir-tests +++ b/modules/posix_spawn_file_actions_addfchdir-tests @@ -1,6 +1,6 @@ Files: tests/test-posix_spawn_file_actions_addfchdir.c -tests/test-posix_spawn5.c +tests/test-posix_spawn-fchdir.c tests/signature.h tests/macros.h @@ -16,6 +16,6 @@ TESTS += test-posix_spawn_file_actions_addfchdir check_PROGRAMS += test-posix_spawn_file_actions_addfchdir if POSIX_SPAWN_PORTED -TESTS += test-posix_spawn5 -check_PROGRAMS += test-posix_spawn5 +TESTS += test-posix_spawn-fchdir +check_PROGRAMS += test-posix_spawn-fchdir endif diff --git a/tests/test-posix_spawn5.c b/tests/test-posix_spawn-fchdir.c similarity index 100% rename from tests/test-posix_spawn5.c rename to tests/test-posix_spawn-fchdir.c -- 2.39.5