unity scope: need to use same cats as top files scope

This commit is contained in:
Jean-Francois Dockes 2013-11-11 07:48:33 +01:00
commit 0143fdd7cc
940 changed files with 382647 additions and 0 deletions

16
tests/xml/xml.sh Executable file
View file

@ -0,0 +1,16 @@
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
(
recollq -S mtime xmlhuunique
recollq -S mtime xmlzhuunique
recollq -S mtime xmlzshuunique
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult