recoll/tests/Maildir1/Maildir1.sh
2007-02-14 08:16:47 +00:00

14 lines
255 B
Bash
Executable File

#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
# This is supposed to find an html attachment
recollq '"EMI is releasing albums for download"' > $mystdout 2> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult