Switch to unified view

a/tests/gnumeric/gnumeric.sh b/tests/gnumeric/gnumeric.sh
...
...
4
. $topdir/shared.sh
4
. $topdir/shared.sh
5
5
6
initvariables $0
6
initvariables $0
7
7
8
(
8
(
9
    recollq author=gnumericAuthor 
9
    recollq author:gnumericAuthor 
10
    recollq gnumerictext
10
    recollq gnumerictext
11
    recollq gnumericcommentaire
11
    recollq gnumericcommentaire
12
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
12
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
13
13
14
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
14
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1