Switch to unified view

a b/tests/dia/dia.sh
1
#!/bin/sh
2
3
topdir=`dirname $0`/..
4
. $topdir/shared.sh
5
6
initvariables $0
7
(
8
recollq DEPARTMENT NumberOfEmployees
9
recollq Within5Min WaterLevel KeptBelow
10
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
11
12
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
13
14
checkresult