Commit ab9296cf authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: hide output of commands, which checks existence of something

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ccb2b04f
......@@ -248,7 +248,7 @@ start_test()
unset ZDTM_UID
unset ZDTM_GID
echo $TEST_SUID_LIST | grep $tname || {
echo $TEST_SUID_LIST | grep -q $tname || {
export ZDTM_UID=18943
export ZDTM_GID=58467
chown $ZDTM_UID:$ZDTM_GID $tdir
......
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