Commit a9e10c60 authored by Pavel Emelyanov's avatar Pavel Emelyanov

zdtm: Remove explicit namespaces specification on restore

Yet again -- namespaces are auto-detected now, no need in this.
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent aa7e079d
......@@ -391,7 +391,7 @@ to ip is written in \$CR_IP_TOOL.
EOF
exit 1;
}
args="-n uts -n ipc -n net -n pid -n mnt --root $ZDTM_ROOT --pidfile $TPID $args"
args="--root $ZDTM_ROOT --pidfile $TPID $args"
fi
echo $tname | grep -q tcpbuf && {
......
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