Switch to unified view

a/tests/info/info.sh b/tests/info/info.sh
...
...
10
# 1.22 and later return several results for the following query, one
10
# 1.22 and later return several results for the following query, one
11
# for the info file, and others in the somefile.info-xx files, as
11
# for the info file, and others in the somefile.info-xx files, as
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
16
# to normal
15
17
16
recollq '"GPGME is compiled with largefile support by default"' 2> $mystderr | 
18
recollq '"GPGME is compiled with largefile support by default"' 2> $mystderr | 
17
    egrep -v '^Recoll query: ' > $mystdout
19
    egrep -v '^Recoll query: ' > $mystdout
18
20
19
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
21
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1