summaryrefslogtreecommitdiffstats
path: root/src/test/test10.sh
blob: 81375ed28fa2f697d6e35ac0c01e45db6955db51 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh -xe

test -e dns6.pcap || ln -s "$srcdir/dns6.pcap" dns6.pcap

../dnscap -r dns6.pcap -g 2>test10.out
../dnscap -r dns6.pcap -o use_layers=yes -g 2>>test10.out

diff test10.out "$srcdir/test10.gold"