Switch to side-by-side view

--- a/tests/zip/zip.sh
+++ b/tests/zip/zip.sh
@@ -5,8 +5,12 @@
 
 initvariables $0
 
-recollq '"content 4 9" OR "welcome to FreeBSD" OR zip_uniique' 2> $mystderr | 
-	egrep -v '^Recoll query: ' > $mystdout
+(
+  recollq '"content 4 9" OR "welcome to FreeBSD" OR zip_uniique'
+  recollq ZIPPEDMAILDIR_UNIQUEXXX
+
+)  2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
+
 
 diff -w ${myname}.txt $mystdout > $mydiffs 2>&1