diff --git a/test/zdtm.sh b/test/zdtm.sh index 60f6b7fc0..85dba6921 100644 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -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