--- a/tests/andor/andor.sh
+++ b/tests/andor/andor.sh
@@ -5,7 +5,8 @@
 
 initvariables $0
 
-recollq 'Beatles OR Lennon Live OR Unplugged' > $mystdout 2> $mystderr
+recollq 'Beatles OR Lennon Live OR Unplugged' 2> $mystderr | 
+	egrep -v '^Recoll query: ' > $mystdout
 
 diff -w ${myname}.txt $mystdout > $mydiffs 2>&1