Switch to unified view

a b/tests/epub/epub.sh
1
#!/bin/sh
2
3
topdir=`dirname $0`/..
4
. $topdir/shared.sh
5
6
initvariables $0
7
8
(
9
recollq '"Philip K Dick 1962"'
10
recollq '"fatality. Miss Laura Chase, 25,"'
11
recollq '"Catherine trembled from head to foot"'
12
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
13
14
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
15
16
checkresult