tests/Regression/bz2007417-glibc-ldd-segfaults-when-inspecting: fixes multiple vdso64.so files procession
This commit is contained in:
parent
17eea2064a
commit
7b4342f3e8
@ -39,7 +39,9 @@ rlJournalStart
|
||||
rlPhaseEnd
|
||||
|
||||
rlPhaseStartTest
|
||||
rlRun -l "ldd `find /usr -name vdso64.so`"
|
||||
for VDSO in `find /usr -name vdso64.so` ; do
|
||||
rlRun -l "ldd $VDSO"
|
||||
done
|
||||
rlRun -l "dmesg"
|
||||
rlPhaseEnd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user