|
a/tests/Maildir1/Maildir1.sh |
|
b/tests/Maildir1/Maildir1.sh |
|
... |
|
... |
4 |
. $topdir/shared.sh
|
4 |
. $topdir/shared.sh
|
5 |
|
5 |
|
6 |
initvariables $0
|
6 |
initvariables $0
|
7 |
|
7 |
|
8 |
# This is supposed to find an html attachment
|
8 |
# This is supposed to find an html attachment
|
9 |
recollq '"EMI is releasing albums for download"' > $mystdout 2> $mystderr
|
9 |
recollq '"EMI is releasing albums for download"' 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
|