From: Bruno Haible Date: Sat, 18 May 2024 02:11:50 +0000 (+0200) Subject: tests: Fix link errors (regression today). X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=52698e573e99b44cc2a231e251c51e6d46cdcfd6;p=gnulib.git tests: Fix link errors (regression today). * tests/test-execute-child.c (abort): Undefine. * tests/test-spawn-pipe-child.c (abort): Likewise. --- diff --git a/ChangeLog b/ChangeLog index e1a840eb04..8ddc85b138 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2024-05-17 Bruno Haible + + tests: Fix link errors (regression today). + * tests/test-execute-child.c (abort): Undefine. + * tests/test-spawn-pipe-child.c (abort): Likewise. + 2024-05-17 Collin Funk getusershell tests: Fail if empty lines are returned. diff --git a/tests/test-execute-child.c b/tests/test-execute-child.c index 7660c7cc18..cf76fbc4fd 100644 --- a/tests/test-execute-child.c +++ b/tests/test-execute-child.c @@ -56,6 +56,7 @@ is_device (int fd) #endif /* In this file, we use only system functions, no overrides from gnulib. */ +#undef abort #undef atoi #undef close #undef fcntl diff --git a/tests/test-spawn-pipe-child.c b/tests/test-spawn-pipe-child.c index a87ce64850..bc71c79f73 100644 --- a/tests/test-spawn-pipe-child.c +++ b/tests/test-spawn-pipe-child.c @@ -42,6 +42,7 @@ static FILE *myerr; /* In this file, we use only system functions, no overrides from gnulib. */ +#undef abort #undef atoi #undef close #undef fcntl