CI Tests: removes redundant check for libstdc++.i686 in bz1882466-RHEL8-2-LD-PRELOAD-of-some-lib-that-has testcase
This commit is contained in:
parent
8859e9a9be
commit
bcd58c23a3
@ -53,7 +53,7 @@ rlJournalStart
|
|||||||
for L in $TESTPRELOADLIBS
|
for L in $TESTPRELOADLIBS
|
||||||
do
|
do
|
||||||
rlRun -c "LD_PRELOAD=/usr/lib64/$L /lib64/libc.so.6"
|
rlRun -c "LD_PRELOAD=/usr/lib64/$L /lib64/libc.so.6"
|
||||||
[[ $(rlGetArch) == "x86_64" ]] && rpm -q glibc.i686 && rpm -q libstdc++.i686 && rlRun -c "LD_PRELOAD=/usr/lib/$L /usr/lib/libc.so.6"
|
[[ $(rlGetArch) == "x86_64" ]] && rpm -q glibc.i686 && rlRun -c "LD_PRELOAD=/usr/lib/$L /usr/lib/libc.so.6"
|
||||||
done
|
done
|
||||||
rlPhaseEnd
|
rlPhaseEnd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user