~ubuntu-branches/ubuntu/edgy/mailcrypt/edgy

« back to all changes in this revision

Viewing changes to tests/remailer/fakemix.sh

  • Committer: Bazaar Package Importer
  • Author(s): Davide G. M. Salvetti
  • Date: 2005-10-10 17:49:17 UTC
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051010174917-rw6qn4l26eodin5q
Tags: upstream-3.5.8+CVS.2005.04.29.1
ImportĀ upstreamĀ versionĀ 3.5.8+CVS.2005.04.29.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# test-remailer3.el runs this script instead of the mixmaster/mixminion
 
4
# binary. Those executables accept '-t recipient' arguments and then get
 
5
# their message from stdin. Do something similar here so we can verify that
 
6
# the right arguments were provided
 
7
 
 
8
echo "fakemix" $*
 
9
cat
 
10