Switch to unified view

a/tests/info/info.sh b/tests/info/info.sh
...
...
12
# text/plain files. Previous versions only returned the info file,
12
# text/plain files. Previous versions only returned the info file,
13
# which was better, but I'm not sure that we can do something about
13
# which was better, but I'm not sure that we can do something about
14
# it.
14
# it.
15
# It seems that later versions of xdg-mime return octet-stream so all back
15
# It seems that later versions of xdg-mime return octet-stream so all back
16
# to normal
16
# to normal
17
# Nope, not always: added mime type clause to fix. Using text/html
18
# because the result document is text/html|gnuinfo
17
19
20
(
18
recollq '"GPGME is compiled with largefile support by default"' 2> $mystderr | 
21
    recollq '"GPGME is compiled with largefile support by default"' \
22
            mime:text/html
19
  egrep -v '^Recoll query: ' > $mystdout
23
)  2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
20
24
21
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
25
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
22
26
23
checkresult
27
checkresult