~ubuntu-branches/ubuntu/hardy/dbacl/hardy

« back to all changes in this revision

Viewing changes to src/tests/email-maildir.shin

  • Committer: Bazaar Package Importer
  • Author(s): Zak B. Elep
  • Date: 2006-03-26 22:35:35 UTC
  • mto: (2.1.1 etch) (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060326223535-icwiulpkzesds4mq
ImportĀ upstreamĀ versionĀ 1.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
mkdir "$DBACL_PATH"
21
21
 
22
 
$DBACL -l dummy -T email sample.spam-1 sample.spam-2 \
 
22
$DBACL -l dummy -T email ${sourcedir}/sample.spam-1 ${sourcedir}/sample.spam-2 \
23
23
    > "$DBACL_PATH/out"
24
24
NUM=`head -3 "$DBACL_PATH/dummy" | grep '# hash_size' | cut -d ' ' -f 9`
25
25