|
a/tests/txt/txt.sh |
|
b/tests/txt/txt.sh |
|
... |
|
... |
7 |
|
7 |
|
8 |
# Should find the file where its unaccented and the other and also an instance
|
8 |
# Should find the file where its unaccented and the other and also an instance
|
9 |
# in misc.zip
|
9 |
# in misc.zip
|
10 |
(
|
10 |
(
|
11 |
recollq Anemometre
|
11 |
recollq Anemometre
|
|
|
12 |
recollq embed_stylesheet filename:'docutils*'
|
|
|
13 |
|
12 |
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
14 |
) 2> $mystderr | egrep -v '^Recoll query: ' > $mystdout
|
13 |
|
15 |
|
14 |
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
16 |
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
15 |
|
17 |
|
16 |
checkresult
|
18 |
checkresult
|