Fix elf/tst-rtld-preload cross-testing.
commitd01fd5f0ce11575b31bb11824ff86d8ba2117486
authorJoseph Myers <joseph@codesourcery.com>
Fri, 24 Jan 2020 17:22:13 +0000 (24 17:22 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 24 Jan 2020 17:22:13 +0000 (24 17:22 +0000)
tree799da687595dcec9eedb86704ddc5701b3cf7de4
parent00167b531da63674d6b9ed686912de86422a5ae5
Fix elf/tst-rtld-preload cross-testing.

As noted in
<https://sourceware.org/ml/libc-alpha/2019-06/msg00824.html>,
elf/tst-rtld-preload fails when cross-testing because it attempts to
run the test wrapper with itself.  Unfortunately, that thread never
resulted in a complete and correct patch for that test.

This patch addresses the issues with that test more thoroughly.  The
test is changed not to use the wrapper twice, including updating the
message it prints about the command it runs to be more complete and
accurate after the change; the Makefile is changed not to pass the
redundant '$(test-wrapper)' argument.

Tested for Arm that this fixes the failure seen for that test in
cross-testing.
elf/Makefile
elf/tst-rtld-preload.sh