From: Bruno Haible Date: Thu, 17 Dec 2020 01:47:40 +0000 (+0100) Subject: posix_spawn-tests: Rename test. X-Git-Tag: v1.0~3364 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7860f4b9c1a17d00a77498f11deb2de866f108e8;p=thirdparty%2Fgnulib.git posix_spawn-tests: Rename test. * tests/test-posix_spawn-open1.c: Renamed from tests/test-posix_spawn3.c. * modules/posix_spawn-tests (Files, Makefile.am): Update. --- diff --git a/ChangeLog b/ChangeLog index 8d959997bb..46d584be5d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2020-12-16 Bruno Haible + posix_spawn-tests: Rename test. + * tests/test-posix_spawn-open1.c: Renamed from + tests/test-posix_spawn3.c. + * modules/posix_spawn-tests (Files, Makefile.am): Update. + posix_spawnp-tests: Rename test. * tests/test-posix_spawn-dup2-stdin.c: Renamed from tests/test-posix_spawn2.c. diff --git a/modules/posix_spawn-tests b/modules/posix_spawn-tests index 55c4efd790..4b20afa7ce 100644 --- a/modules/posix_spawn-tests +++ b/modules/posix_spawn-tests @@ -1,5 +1,5 @@ Files: -tests/test-posix_spawn3.c +tests/test-posix_spawn-open1.c tests/signature.h Depends-on: @@ -23,6 +23,6 @@ AM_CONDITIONAL([POSIX_SPAWN_PORTED], [test $posix_spawn_ported = yes]) Makefile.am: if POSIX_SPAWN_PORTED -TESTS += test-posix_spawn3 -check_PROGRAMS += test-posix_spawn3 +TESTS += test-posix_spawn-open1 +check_PROGRAMS += test-posix_spawn-open1 endif diff --git a/tests/test-posix_spawn3.c b/tests/test-posix_spawn-open1.c similarity index 98% rename from tests/test-posix_spawn3.c rename to tests/test-posix_spawn-open1.c index 7aac788e70..31fee70ecd 100644 --- a/tests/test-posix_spawn3.c +++ b/tests/test-posix_spawn-open1.c @@ -38,7 +38,7 @@ SIGNATURE_CHECK (posix_spawn, int, (pid_t *, char const *, #include #include -#define CHILD_PROGRAM_FILENAME "test-posix_spawn3" +#define CHILD_PROGRAM_FILENAME "test-posix_spawn-open1" #define DATA_FILENAME "t!#$%&'()*+,-;=?@[\\]^_`{|}~.tmp" /* On Cygwin, '*' '?' '\\' '|' cannot be used in file names. */ #if defined __CYGWIN__