Lines 1-11
Link Here
|
1 |
--- ./src/tests/t.wordhist~ 1 Jul 2004 17:23:35 -0000 1.3 |
|
|
2 |
+++ ./src/tests/t.wordhist 7 Jul 2004 08:47:08 -0000 |
3 |
@@ -52,7 +52,7 @@ |
4 |
$BOGOFILTER $OPTS -n < ${SYSTEST}/inputs/good.mbx |
5 |
|
6 |
$BOGOUTIL -H $BOGOFILTER_DIR >$OUT |
7 |
-$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.db >${TMPDIR}/wordlist.txt |
8 |
+$BOGOUTIL -d $BOGOFILTER_DIR/wordlist.$DB_EXT >${TMPDIR}/wordlist.txt |
9 |
|
10 |
if [ $verbose -eq 0 ]; then |
11 |
cmp $REF $OUT |