Commit f20dfbdd authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm: skip linux-vdso64.so when a new root is contructed

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Acked-by: 's avatarLaurent Dufour <ldufour@linux.vnet.ibm.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent edd55261
......@@ -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 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment