masqmail-0.2

diff tests/localhost-stdin/test @ 64:0379789a847b

improved comments in test cases
author meillo@marmaro.de
date Sun, 30 May 2010 16:52:35 +0200
parents 49ca781e1503
children
line diff
     1.1 --- a/tests/localhost-stdin/test	Sun May 30 16:05:49 2010 +0200
     1.2 +++ b/tests/localhost-stdin/test	Sun May 30 16:52:35 2010 +0200
     1.3 @@ -1,15 +1,15 @@
     1.4 -#! /bin/bash
     1.5 +#!/bin/sh
     1.6  
     1.7 -# should be run from within tests dir set if you move this:
     1.8 +# path to the masqmail executable
     1.9  mm_bin=../../src/masqmail
    1.10  
    1.11 -#
    1.12 +
    1.13  hfrom="\"Fritz Meier\" <`logname`@localhost>"
    1.14  hto=$hfrom
    1.15  to=`logname`@localhost
    1.16 -hsubject="MasqMail stdin Test"
    1.17 +hsubject="Masqmail test: localhost-stdin"
    1.18  
    1.19 -#
    1.20 +
    1.21  # Testing with rcpt on cmd line
    1.22  # (dot does end)
    1.23  #
    1.24 @@ -22,7 +22,6 @@
    1.25  Subject: $hsubject
    1.26  
    1.27  Hallo Fritz!
    1.28 -
    1.29  ..
    1.30  there is a dot above (Yes, one and not two).
    1.31  
    1.32 @@ -33,7 +32,7 @@
    1.33  
    1.34  EOF
    1.35  
    1.36 -#
    1.37 +
    1.38  # Testing with rcpt on cmd line with -oi option
    1.39  # (dot does not end)
    1.40  #
    1.41 @@ -55,7 +54,7 @@
    1.42  
    1.43  EOF
    1.44  
    1.45 -#
    1.46 +
    1.47  # Testing with rcpt read from headers (-t option)
    1.48  # (dot does end)
    1.49  #