Commit e1e9b500 authored by Kir Kolyshkin's avatar Kir Kolyshkin Committed by Pavel Emelyanov

test/zdtm.sh: fix an error message

It's got not get.
Signed-off-by: 's avatarKir Kolyshkin <kir@openvz.org>
Acked-by: 's avatarAndrew Vagin <avagin@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 711f1b7b
...@@ -388,7 +388,7 @@ run_test() ...@@ -388,7 +388,7 @@ run_test()
local ddump local ddump
if ! kill -s 0 "$PID"; then if ! kill -s 0 "$PID"; then
echo "Get a wrong pid '$PID'" echo "Got a wrong pid '$PID'"
return 1 return 1
fi fi
......
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