Switch to side-by-side view

--- a/tests/andor/andor.sh
+++ b/tests/andor/andor.sh
@@ -4,9 +4,15 @@
 . $topdir/shared.sh
 
 initvariables $0
+xrun()
+{
+    echo $*
+    $*
+}
 
-recollq 'andorhuniique Beatles OR Lennon Live OR Unplugged' 2> $mystderr | 
-	egrep -v '^Recoll query: ' > $mystdout
+(
+    recollq 'andorhuniique Beatles OR Lennon Live OR Unplugged' 
+)  2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
 
 diff -w ${myname}.txt $mystdout > $mydiffs 2>&1