Download this file

incexcl.sh    23 lines (14 with data), 351 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh
thisdir=`dirname $0`
topdir=$thisdir/..
. $topdir/shared.sh
initvariables $0
(
echo "Should find idxtypes/idxt.txt only"
recollq idxtypesunique
echo
echo "Should find idxtypes/idxt.html only"
recollq excltypesunique
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult