From d7edada922aa078159c9a5954e9e2e87dc0084bc Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Tue, 8 May 2012 23:52:00 +0200 Subject: [PATCH] tests/test01_pkgquality: fix minor copy&paste error Signed-off-by: Davide Madrisan --- tests/test01_pkgquality.in | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test01_pkgquality.in b/tests/test01_pkgquality.in index 0fe2abd..3276fd2 100644 --- a/tests/test01_pkgquality.in +++ b/tests/test01_pkgquality.in @@ -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