summaryrefslogtreecommitdiffstats
path: root/src/test/test12.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test12.sh')
-rwxr-xr-xsrc/test/test12.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/test/test12.sh b/src/test/test12.sh
new file mode 100755
index 0000000..76b0e01
--- /dev/null
+++ b/src/test/test12.sh
@@ -0,0 +1,6 @@
+#!/bin/sh -xe
+
+if ! ../dnscap -g -r dns.pcap-dist -w test12 -W .gz 2>test12.out; then
+ grep -qF "gzip compression requested but not supported" test12.out && exit 0
+ exit 1
+fi