summaryrefslogtreecommitdiffstats
path: root/src/test/test4.sh
blob: e1e9f2e500b3fad65185519450d8c22c7b859de0 (plain)
1
2
3
4
5
6
#!/bin/sh -xe

rm -f test4.dnstap
./writer_pop test4.dnstap > test4.out
./reader_read test4.dnstap | grep -v _time | grep -v ^version: >> test4.out
diff -u "$srcdir/test4.gold" test4.out