Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Vagin <avagin@openvz.org>2015-09-04 16:10:24 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-09-04 18:18:12 +0300
commitf20dfbdd952bddbae6fd0f1df271cd0550c255b3 (patch)
tree0f17c7a2235c2fa375c28509d2fe3c83ad45f64e
parentedd552619ea0fd99f5efd51256fff8532d463dd6 (diff)
zdtm: skip linux-vdso64.so when a new root is contructed
Signed-off-by: Andrey Vagin <avagin@openvz.org> Acked-by: Laurent Dufour <ldufour@linux.vnet.ibm.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rwxr-xr-xtest/zdtm.sh1
1 files changed, 1 insertions, 0 deletions
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 }