summaryrefslogtreecommitdiffstats
path: root/src/test/test_regex_match.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:27:09 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-09-04 09:27:09 +0000
commit1b3eac6c9237c6c12222e450d1c1a57b694cd513 (patch)
tree60b31928c005874cc41b95d242aa3b9e8400171a /src/test/test_regex_match.sh
parentReleasing debian version 2.1.3-2. (diff)
downloaddnscap-1b3eac6c9237c6c12222e450d1c1a57b694cd513.tar.xz
dnscap-1b3eac6c9237c6c12222e450d1c1a57b694cd513.zip
Merging upstream version 2.2.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/test/test_regex_match.sh')
-rwxr-xr-xsrc/test/test_regex_match.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/test_regex_match.sh b/src/test/test_regex_match.sh
index 184ca7b..3159b8c 100755
--- a/src/test/test_regex_match.sh
+++ b/src/test/test_regex_match.sh
@@ -1,8 +1,8 @@
#!/bin/sh -xe
-../dnscap -g -r dns.pcap-dist -x 'ns1' 2>test_regex_match.out
-../dnscap -g -r dns.pcap-dist -X 'ns1' 2>>test_regex_match.out
-../dnscap -g -r dns.pcap-dist -x 'ns1' -X 'ns1' 2>>test_regex_match.out
+../dnscap -g -r dns.pcap -x 'ns1' 2>test_regex_match.out
+../dnscap -g -r dns.pcap -X 'ns1' 2>>test_regex_match.out
+../dnscap -g -r dns.pcap -x 'ns1' -X 'ns1' 2>>test_regex_match.out
mv test_regex_match.out test_regex_match.out.old
grep -v "^libgcov profiling error:" test_regex_match.out.old > test_regex_match.out