~ubuntu-branches/ubuntu/dapper/dbacl/dapper

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Clint Adams
  • Date: 2005-05-07 12:59:53 UTC
  • Revision ID: james.westby@ubuntu.com-20050507125953-8svk5313vw7pgror
Tags: 1.9-1
Initial packaging.  closes: #168570.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
mkdir "$DBACL_PATH"
21
21
 
22
 
cat sample.spam-2 \
 
22
cat ${sourcedir}/sample.spam-2 \
23
23
    | $DBACL -R -D -T email -T email:xheaders \
24
24
    | tr -s '[ \t\n\r]' \
25
25
    > "$DBACL_PATH/out"
26
26
 
27
 
diff verify.email-xheaders "$DBACL_PATH/out"
 
27
diff ${sourcedir}/verify.email-xheaders "$DBACL_PATH/out"
28
28
 
29
29
RESULT=$?
30
30
rm -rf "$DBACL_PATH"