From: Francois-Xavier Le Bail Date: Mon, 29 Jul 2024 06:09:33 +0000 (+0200) Subject: crypto.tests: Remove an useless option X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/44f7b07d87b2676a0bb5f6d0ea67a3a990619321 crypto.tests: Remove an useless option '-nnnn' is useless because '-n' is already used in TESTrun. Valid values for ndo_nflag are 0 or 1. --- diff --git a/tests/crypto.tests b/tests/crypto.tests index e0ecd8cd..b7bf22d5 100644 --- a/tests/crypto.tests +++ b/tests/crypto.tests @@ -52,7 +52,7 @@ $testlist = [ name => 'espudp1', input => 'espudp1.pcap', output => 'espudp1.out', - args => '-nnnn -E "file @TESTDIR@/esp-secrets.txt"', + args => '-E "file @TESTDIR@/esp-secrets.txt"', }, {