Switch to side-by-side view

--- a/tests/badsuffs/badsuffs.sh
+++ b/tests/badsuffs/badsuffs.sh
@@ -6,7 +6,8 @@
 initvariables $0
 
 # Data in text files with skipped suffixes should not be indexed
-recollq Badsuffixes_unique > $mystdout 2> $mystderr
+recollq Badsuffixes_unique 2> $mystderr | 
+	egrep -v '^Recoll query: ' > $mystdout
 
 diff -w ${myname}.txt $mystdout > $mydiffs 2>&1