~ubuntu-branches/ubuntu/oneiric/bogofilter/oneiric

« back to all changes in this revision

Viewing changes to src/tests/t.lexer

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2004-06-27 09:22:31 UTC
  • Revision ID: james.westby@ubuntu.com-20040627092231-u26smic0nhp7rl4z
Tags: upstream-0.92.0
ImportĀ upstreamĀ versionĀ 0.92.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
. ${srcdir:=.}/t.frame
 
4
 
 
5
cat ${srcdir}/inputs/lexer.inp | $BOGOLEXER -p -C \
 
6
| tee ${TMPDIR}/lexer.tmp | sort | uniq > ${TMPDIR}/lexer.out
 
7
 
 
8
cmp ${OUTPUTS}/lexer.out ${TMPDIR}/lexer.out