From: Bruno Haible Date: Thu, 17 Dec 2020 01:56:21 +0000 (+0100) Subject: posix_spawn_file_actions_addchdir-tests: Rename test. X-Git-Tag: v1.0~3363 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=956dc62cfd4a2200931cd5c058f50585c4e5471a;p=thirdparty%2Fgnulib.git 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. --- 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