summaryrefslogtreecommitdiffstats
path: root/src/test/test1.sh
blob: a289c993babbcad4ec6cfdce7c2b4ca7d4036556 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh -xe

../dnsperf -h
../resperf -h

! ../dnsperf -O suppress
! ../dnsperf -O suppress=
! ../resperf -O suppress
! ../resperf -O suppress=

# test for broken long opt in v2.11.0
../dnsperf -O suppress=test 2>&1 |grep -q "unknown message type to suppress: test"