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

« back to all changes in this revision

Viewing changes to src/tests/reservoir.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:
20
20
 
21
21
mkdir "$DBACL_PATH"
22
22
 
23
 
(cat sample.spam-8 ; echo ; \
24
 
 cat sample.spam-9 ; echo ; \
25
 
 cat sample.spam-7 ; echo ; \
26
 
 cat sample.spam-3 ) \
 
23
(cat ${sourcedir}/sample.spam-8 ; echo ; \
 
24
 cat ${sourcedir}/sample.spam-9 ; echo ; \
 
25
 cat ${sourcedir}/sample.spam-7 ; echo ; \
 
26
 cat ${sourcedir}/sample.spam-3 ) \
27
27
    > "$DBACL_PATH/mbox"
28
28
 
29
29
cat "$DBACL_PATH/mbox" \