[PATCH] Adjust name-prefix of ld.so in test-container.c.
Stefan Liebler
stli@linux.ibm.com
Mon Sep 3 08:39:00 GMT 2018
Hi,
the test-container.c file assumes that ld.so is always named something
like /elf/ld-linux-*. But e.g. on s390x it is named ld64.so.1 or ld.so.1
on s390. There are other architectures like power or mips with similar
names.
This patch just changes the assumption to /elf/ld*. Without this patch,
test-container.c is searching invalid files / directories and fails to
find glibc/nss/tst-nss-test3.root/tst-nss-test3.script. Then the test
tst-nss-test3 fails!
Bye
Stefan
ChangeLog:
* support/test-container.c (main): Just search for /elf/ld
as ld.so in not names ld-linux* on all architectures.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 20180831_test_container.patch
Type: text/x-patch
Size: 1358 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20180903/21de818a/attachment.bin>
More information about the Libc-alpha
mailing list