a/tests/badsuffs/badsuffs.sh b/tests/badsuffs/badsuffs.sh
...
...
4
. $topdir/shared.sh
4
. $topdir/shared.sh
5
5
6
initvariables $0
6
initvariables $0
7
7
8
# Data in text files with skipped suffixes should not be indexed
8
# Data in text files with skipped suffixes should not be indexed
9
recollq Badsuffixes_unique > $mystdout 2> $mystderr
9
recollq Badsuffixes_unique 2> $mystderr | 
10
  egrep -v '^Recoll query: ' > $mystdout
10
11
11
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
12
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
12
13
13
checkresult
14
checkresult