Switch to unified view

a b/tests/openxml/openxml.sh
1
#!/bin/sh
2
3
topdir=`dirname $0`/..
4
. $topdir/shared.sh
5
6
initvariables $0
7
8
(
9
10
recollq author:ben '"Consideration of the high correlation"'
11
recollq '"The Circassian Education Foundation"' date:2008-01-20
12
recollq author:"Johnny Walker" '"Thin Lizzy"'
13
14
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
15
16
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
17
18
checkresult