summaryrefslogtreecommitdiffstats
path: root/contrib/tcpdump/tests/eapon1.sh
blob: 1c8aa631d12b226182c249e3d3e556cde435b305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

uudecode eapon1.puu

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

OpenPOWER on IntegriCloud