]> The Tcpdump Group git mirrors - tcpdump/blob - tests/lmp.sh
Fix the pointer tests in the non-ndoified TTEST2() macro as well.
[tcpdump] / tests / lmp.sh
1 #!/bin/sh
2
3 uudecode lmp.puu
4
5 echo -n test lmp ...
6 ../tcpdump -t -n -v -v -v -r lmp.pcap >lmp.new
7 if diff lmp.new lmp.out
8 then
9 echo passed.
10 else
11 echo failed.
12 fi
13
14