From a9e10c60567c4f65e6521ef13d408834eba9b7b0 Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Fri, 16 Aug 2013 17:15:59 +0400 Subject: [PATCH] zdtm: Remove explicit namespaces specification on restore Yet again -- namespaces are auto-detected now, no need in this. Signed-off-by: Pavel Emelyanov --- test/zdtm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm.sh b/test/zdtm.sh index 37c8a9257..45177569a 100755 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -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 && {