tests/test01_pkgquality: fix minor copy&paste error
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
1f2bd2cf03
commit
d7edada922
@ -235,7 +235,6 @@ checking for libraries with undefined symbols after relocation""${NORM}..."
|
|||||||
[[ "${pck##*/}" =~ -debug- ]] && { let "i += 1"; continue; }
|
[[ "${pck##*/}" =~ -debug- ]] && { let "i += 1"; continue; }
|
||||||
|
|
||||||
pushd $tmpextractdir/$i >/dev/null
|
pushd $tmpextractdir/$i >/dev/null
|
||||||
# find *.so.* files that are not symlinks to dynamic libraries
|
|
||||||
for f in `find -mindepth 1 -type f \
|
for f in `find -mindepth 1 -type f \
|
||||||
\( -name *\.so\.* -not -name *.debug \) -exec file {} \; | \
|
\( -name *\.so\.* -not -name *.debug \) -exec file {} \; | \
|
||||||
grep 'shared object' | sed -n 's/.\([^:]*\):.*/\1/p'`; do
|
grep 'shared object' | sed -n 's/.\([^:]*\):.*/\1/p'`; do
|
||||||
|
Loading…
Reference in New Issue
Block a user