diff --git a/elf/Makefile b/elf/Makefile index f9bd86a05a..c1e9038a44 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -2942,7 +2942,7 @@ $(objpfx)tst-tls-allocation-failure-static-patched: \ $(objpfx)tst-tls-allocation-failure-static-patched.out: \ $(objpfx)tst-tls-allocation-failure-static-patched - $< > $@ 2>&1; echo "status: $$?" >> $@ + $(test-wrapper) $< > $@ 2>&1; echo "status: $$?" >> $@ grep -q '^Fatal glibc error: Cannot allocate TLS block$$' $@ \ && grep -q '^status: 127$$' $@; \ $(evaluate-test)