tests/test01_pkgquality: fix minor copy&paste error

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-05-08 23:52:00 +02:00
parent 1f2bd2cf03
commit d7edada922

View File

@ -235,7 +235,6 @@ checking for libraries with undefined symbols after relocation""${NORM}..."
[[ "${pck##*/}" =~ -debug- ]] && { let "i += 1"; continue; }
pushd $tmpextractdir/$i >/dev/null
# find *.so.* files that are not symlinks to dynamic libraries
for f in `find -mindepth 1 -type f \
\( -name *\.so\.* -not -name *.debug \) -exec file {} \; | \
grep 'shared object' | sed -n 's/.\([^:]*\):.*/\1/p'`; do