|
a/tests/rfc2231/rfc2231.sh |
|
b/tests/rfc2231/rfc2231.sh |
|
... |
|
... |
4 |
. $topdir/shared.sh
|
4 |
. $topdir/shared.sh
|
5 |
|
5 |
|
6 |
initvariables $0
|
6 |
initvariables $0
|
7 |
|
7 |
|
8 |
# These one are name/filenamefor an inline part, no result
|
8 |
# These one are name/filenamefor an inline part, no result
|
9 |
recollq EnerveUniqueNameTerm > $mystdout 2> $mystderr
|
9 |
recollq EnerveUniqueNameTerm 2> $mystderr |
|
|
|
10 |
egrep -v '^Recoll query: ' > $mystdout
|
|
|
11 |
|
10 |
recollq EnerveUniqueFileNameTerm >> $mystdout 2>> $mystderr
|
12 |
recollq EnerveUniqueFileNameTerm 2>> $mystderr |
|
|
|
13 |
egrep -v '^Recoll query: ' >> $mystdout
|
11 |
# This one for actual attachment
|
14 |
# This one for actual attachment
|
12 |
recollq EpatantUniquenameterm >> $mystdout 2>> $mystderr
|
15 |
recollq EpatantUniquenameterm 2>> $mystderr |
|
|
|
16 |
egrep -v '^Recoll query: ' >> $mystdout
|
13 |
recollq EpatantUniquefilenameterm >> $mystdout 2>> $mystderr
|
17 |
recollq EpatantUniquefilenameterm 2>> $mystderr |
|
|
|
18 |
egrep -v '^Recoll query: ' >> $mystdout
|
14 |
|
19 |
|
15 |
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
20 |
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
|
16 |
|
21 |
|
17 |
checkresult
|
22 |
checkresult
|