Switch to side-by-side view

--- a/tests/txt/txt.sh
+++ b/tests/txt/txt.sh
@@ -6,7 +6,8 @@
 initvariables $0
 
 # Should find the file where its unaccented and the other
-recollq Anemometre > $mystdout 2> $mystderr
+recollq Anemometre 2> $mystderr | 
+	egrep -v '^Recoll query: ' > $mystdout
 
 diff -w ${myname}.txt $mystdout > $mydiffs 2>&1