about summary refs log tree commit diff
path: root/posix/tst-spawn4-compat.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
committerFlorian Weimer <fweimer@redhat.com>2021-03-09 21:07:24 +0100
commit63c317fe318b7fcf0b09a7891bbf5a1c1016c374 (patch)
treed5e93622436cd10a2f5735fbb7ffa63f9fcad0b1 /posix/tst-spawn4-compat.c
parent8209c5f1f4d0546c1a798a7d34bc8348fd72ff40 (diff)
downloadglibc-63c317fe318b7fcf0b09a7891bbf5a1c1016c374.tar.gz
glibc-63c317fe318b7fcf0b09a7891bbf5a1c1016c374.tar.xz
glibc-63c317fe318b7fcf0b09a7891bbf5a1c1016c374.zip
posix: tst-spawn4-compat can be a regular test
compat_symbol_reference now works for non-internal tests, too.
Also stop building and running the tests on those architectures
that lack the test symbol versions.

Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'posix/tst-spawn4-compat.c')
-rw-r--r--posix/tst-spawn4-compat.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/posix/tst-spawn4-compat.c b/posix/tst-spawn4-compat.c
index 77f6ed6c22..30ba0677ba 100644
--- a/posix/tst-spawn4-compat.c
+++ b/posix/tst-spawn4-compat.c
@@ -27,7 +27,6 @@
 #include <support/temp_file.h>
 
 #include <shlib-compat.h>
-#if TEST_COMPAT (libc, GLIBC_2_0, GLIBC_2_15)
 
 compat_symbol_reference (libc, posix_spawn, posix_spawn, GLIBC_2_2);
 compat_symbol_reference (libc, posix_spawnp, posix_spawnp, GLIBC_2_2);
@@ -66,12 +65,5 @@ do_test (void)
 
   return 0;
 }
-#else
-static int
-do_test (void)
-{
-  return 77;
-}
-#endif
 
 #include <support/test-driver.c>