recoll/tests/kar/kar.sh
2013-11-11 07:48:33 +01:00

16 lines
341 B
Bash
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
export LC_ALL=en_US.UTF-8
(
recollq -S mtime '"Ночь и тишина, данная на век"'
recollq -S mtime '"Man its a hot one"'
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult