]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
posix_spawn_file_actions_addfchdir-tests: Rename test.
authorBruno Haible <bruno@clisp.org>
Thu, 17 Dec 2020 02:00:25 +0000 (03:00 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 17 Dec 2020 02:00:25 +0000 (03:00 +0100)
* 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
modules/posix_spawn_file_actions_addfchdir-tests
tests/test-posix_spawn-fchdir.c [moved from tests/test-posix_spawn5.c with 100% similarity]

index db3ed06a09ac17787d4eff47d59fe4436bd62293..d50539adcafd7cde59a46d934ac3a3688840ba7c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-12-16  Bruno Haible  <bruno@clisp.org>
 
+       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.
index 809d2381d8d7d7259440a4ab92a6fdefa2c3d4d2..0d8c9903f7be0d36bc0525a68b0dcfd8b467a81a 100644 (file)
@@ -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