Commit 18cd7406 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: don't print useless numbers

expr prints a substing length. This patch redirects output of expr to /dev/null
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8abf475d
......@@ -139,7 +139,7 @@ run_test()
{
local test=$1
expr "$test" : 'pidns/' && PIDNS=1 || PIDNS=""
expr "$test" : 'pidns/' > /dev/null && PIDNS=1 || PIDNS=""
test=${ZP}/${test#pidns/}
shift
......
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