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

index 46d584be5db1554b9d852dc88f8f42f110891855..db3ed06a09ac17787d4eff47d59fe4436bd62293 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-12-16  Bruno Haible  <bruno@clisp.org>
 
+       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.
index d5af0ae0ef396ba8cca3ecebeb35a4f79040c842..400c1f72ee7bccfb5b35f66369d0e3c13d0ddd7a 100644 (file)
@@ -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