Switch to unified view

a/tests/txt/txt.sh b/tests/txt/txt.sh
...
...
3
topdir=`dirname $0`/..
3
topdir=`dirname $0`/..
4
. $topdir/shared.sh
4
. $topdir/shared.sh
5
5
6
initvariables $0
6
initvariables $0
7
7
8
# Should find the file where its unaccented and the other
8
# Should find the file where its unaccented and the other and also an instance
9
recollq Anemometre 2> $mystderr | 
9
# in misc.zip
10
(
11
    recollq Anemometre 
10
  egrep -v '^Recoll query: ' > $mystdout
12
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
11
13
12
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
14
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
13
15
14
checkresult
16
checkresult