]> The Tcpdump Group git mirrors - tcpdump/blob - tests/isakmp2.sh
Get rid of an unused variable.
[tcpdump] / tests / isakmp2.sh
1 #!/bin/sh
2
3 uudecode isakmp-pointer-loop.puu
4
5 echo -n test isakmp2...
6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
7 then
8 echo passed.
9 else
10 echo failed.
11 fi
12