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

rm -f test5.sock
./writer_unixsock test5.sock &
./reader_unixsock test5.sock | grep -v _time | grep -v ^version: > test5.out
rm -f test5.sock
diff -u "$srcdir/test5.gold" test5.out