summaryrefslogtreecommitdiffstats
path: root/src/test/test6.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 08:43:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-10-08 08:44:17 +0000
commita3fca4ba67dbd205be1fecbd4bbffe21cf778400 (patch)
treec24dbb6cb98906ecd3867ab21037425e6aa63f9e /src/test/test6.sh
parentReleasing debian version 2.7.0-1. (diff)
downloaddnsperf-a3fca4ba67dbd205be1fecbd4bbffe21cf778400.tar.xz
dnsperf-a3fca4ba67dbd205be1fecbd4bbffe21cf778400.zip
Merging upstream version 2.7.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xsrc/test/test6.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/test/test6.sh b/src/test/test6.sh
new file mode 100755
index 0000000..4eea79e
--- /dev/null
+++ b/src/test/test6.sh
@@ -0,0 +1,7 @@
+#!/bin/sh -xe
+
+test "$TEST_DNSPERF_WITH_NETWORK" = "1" || exit 0
+
+../dnsperf -vvv -d "$srcdir/datafile6" -s 1.1.1.1 >test6.out
+
+grep "NXDOMAIN 26" test6.out