]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Restore file as a keyword for the test isakmp4
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 21 Aug 2019 16:46:45 +0000 (18:46 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 21 Aug 2019 16:47:26 +0000 (18:47 +0200)
This fix the error:
tcpdump: WARNING: print_esp: failed to decode spi# [...]/tests/file

tests/crypto.sh

index a32f5b876921fc8d76ee32252cc09b4487809040..7531755917032e1a965a3e5c60c82630e2a49f93 100755 (executable)
@@ -86,7 +86,7 @@ then
                        echo $failed >.failed
                        exitcode=1
                fi
-               if ${testsdir}/TESTonce isakmp4 ${testsdir}/isakmp4500.pcap ${testsdir}/isakmp4.out "-E \"${testsdir}/file esp-secrets.txt\""
+               if ${testsdir}/TESTonce isakmp4 ${testsdir}/isakmp4500.pcap ${testsdir}/isakmp4.out "-E \"file esp-secrets.txt\""
                then
                        passed=`expr $passed + 1`
                        echo $passed >.passed