Fix a bug when '-f -H' is used and the target already exists. cpdup was
[dragonfly.git] / contrib / tcpdump-3.8.3 / tests / mpls-ldp-hello.sh
1 #!/bin/sh
2
3 echo -n test mpls-ldp-hello ...
4 if (../tcpdump -t -n -v -r mpls-ldp-hello.pcap | diff - mpls-ldp-hello.out)
5 then
6         echo passed.
7 else
8         echo failed.
9 fi
10         
11