summaryrefslogtreecommitdiffstats
path: root/tests/lmp.sh
blob: d974cb18137afb60e75aeb9b12337d9fac213e6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo -n test lmp ...
../tcpdump -t -n -v -v -v -r lmp.pcap >lmp.new
if diff lmp.new lmp.out
then
	echo passed.
else
	echo failed.
fi
	

OpenPOWER on IntegriCloud