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