mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-28 20:42:49 +00:00
zdtm: don't print useless numbers
expr prints a substing length. This patch redirects output of expr to /dev/null Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
8abf475d59
commit
18cd74069c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue