* tests/test-posix_spawn-fchdir.c: Renamed from
tests/test-posix_spawn5.c.
* modules/posix_spawn_file_actions_addfchdir-tests (Files, Makefile.am):
Update.
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.
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
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