summaryrefslogtreecommitdiffstats
path: root/plugins/rssm/test3.sh
blob: 60b2e8aa8147dac2f91963a5b3a6d5b6d3d8f345 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -xe

plugin=`find . -name 'rssm.so' | head -n 1`
if [ -z "$plugin" ]; then
    echo "Unable to find the RSSM plugin"
    exit 1
fi

../../src/dnscap -N -T -r "$srcdir/../../src/test/dns6.pcap" -P "$plugin" -w test3 -Y -n test3 -A -S -D

diff test3.20181127.155200.414188 "$srcdir/test3.gold"