Switch to side-by-side view

--- a/tests/txt/txt.sh
+++ b/tests/txt/txt.sh
@@ -5,9 +5,11 @@
 
 initvariables $0
 
-# Should find the file where its unaccented and the other
-recollq Anemometre 2> $mystderr | 
-	egrep -v '^Recoll query: ' > $mystdout
+# Should find the file where its unaccented and the other and also an instance
+# in misc.zip
+(
+    recollq Anemometre 
+) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
 
 diff -w ${myname}.txt $mystdout > $mydiffs 2>&1