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

« back to all changes in this revision

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