]> The Tcpdump Group git mirrors - tcpdump/commitdiff
crypto.tests: Remove an useless option
authorFrancois-Xavier Le Bail <[email protected]>
Mon, 29 Jul 2024 06:09:33 +0000 (08:09 +0200)
committerfxlb <[email protected]>
Mon, 29 Jul 2024 07:12:49 +0000 (07:12 +0000)
'-nnnn' is useless because '-n' is already used in TESTrun.
Valid values for ndo_nflag are 0 or 1.

tests/crypto.tests

index e0ecd8cd90ca9d2d25c5c5ea8eb34e097a3dbf50..b7bf22d592233f9b55c831757372c002665c24b8 100644 (file)
@@ -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"',
     },
 
     {