From patchwork Fri Oct 28 05:52:49 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: zdtm/cr_veth: use the --clean alias of the cleanup action From: Andrei Vagin X-Patchwork-Id: 2272 Message-Id: <1477633969-2276-1-git-send-email-avagin@openvz.org> To: xemul@virtuozzo.com Cc: criu@openvz.org, Andrei Vagin Date: Fri, 28 Oct 2016 08:52:49 +0300 From: Andrei Vagin Signed-off-by: Andrei Vagin --- test/zdtm/static/cr_veth.hook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm/static/cr_veth.hook b/test/zdtm/static/cr_veth.hook index 9c5ca81..d04da59 100755 --- a/test/zdtm/static/cr_veth.hook +++ b/test/zdtm/static/cr_veth.hook @@ -28,7 +28,7 @@ elif [ "$1" == "--post-restore" ]; then fi echo "Device OK" -elif [ "$1" == "--pre-restore" -o "$1" == "--cleanup" ]; then +elif [ "$1" == "--pre-restore" -o "$1" == "--clean" ]; then # Wait for the link to die while ip l l zdtmvthh0 ; do true