|
a/tests/txt/txt.sh |
|
b/tests/txt/txt.sh |
|
... |
|
... |
4 |
. $topdir/shared.sh
|
4 |
. $topdir/shared.sh
|
5 |
|
5 |
|
6 |
initvariables $0
|
6 |
initvariables $0
|
7 |
|
7 |
|
8 |
# Should find the file where its unaccented and the other
|
8 |
# Should find the file where its unaccented and the other
|
9 |
recollq Anemometre > $mystdout 2> $mystderr
|
9 |
recollq Anemometre 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
|