diff --git a/test/zdtm.sh b/test/zdtm.sh index feece7c05..b21ccdd17 100755 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -473,6 +473,7 @@ construct_root() local libs=$(ldd $test_path $ps_path | awk ' !/^[ \t]/ { next } /linux-vdso\.so/ { next } + /linux-vdso64\.so/ { next } /linux-gate\.so/ { next } /not a dynamic executable$/ { next } $2 ~ /^=>$/ { print $3; next }