]> The Tcpdump Group git mirrors - tcpdump/commitdiff
turn off debug, and remove -003 file, as no pcap file was copied
authorMichael Richardson <[email protected]>
Wed, 18 Sep 2019 21:09:45 +0000 (17:09 -0400)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 24 Sep 2019 12:12:09 +0000 (14:12 +0200)
tests/TESTLIST
tests/TESTonce

index f03504878b9f906120a00860d0d79fb57fdbb561..4c3d3251ed840e573446658a1f343b414f64fcb4 100644 (file)
@@ -638,8 +638,6 @@ kh-addrfail-010         kh-addrfail-010.pcap    kh-addrfail-010.out
 kh-addrfail-011         kh-addrfail-011.pcap    kh-addrfail-011.out
 kh-tcpdump-001          kh-tcpdump-001.pcap     kh-tcpdump-001.out
 kh-tcpdump-002          kh-tcpdump-002.pcap     kh-tcpdump-002.out
-kh-tcpdump-003          kh-tcpdump-003.pcap     kh-tcpdump-003.out
-
 
 # CVE-2018-10105 bad packets from Luis Rocha
 cve-2018-10105-segv-sflowprint           cve-2018-10105-segv-sflowprint.pcapng    cve-2018-10105-segv-sflowprint.out -v
index 755aed2f4cd7faf1c566a77cc9bc6b47945dd259..07a682ac5afdc20745c6e72bd4c552b4317faa65 100755 (executable)
@@ -24,7 +24,7 @@ $output=$ARGV[2];
 $options=$ARGV[3];
 
 my $r;
-my $debug = 1;
+my $debug = 0; # change to suit.
 
 $outputbase = basename($output);
 my $coredump = false;