masqmail
diff tests/relay-to-localhost-mta/test.tpl @ 64:0379789a847b
improved comments in test cases
author | meillo@marmaro.de |
---|---|
date | Sun, 30 May 2010 16:52:35 +0200 |
parents | 49ca781e1503 |
children | 60bb2dbe2866 |
line diff
1.1 --- a/tests/relay-to-localhost-mta/test.tpl Sun May 30 16:05:49 2010 +0200 1.2 +++ b/tests/relay-to-localhost-mta/test.tpl Sun May 30 16:52:35 2010 +0200 1.3 @@ -1,12 +1,12 @@ 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 hfrom="\"Fritz Meier\" <`logname`@RECV_HOST>" 1.12 hto="$hfrom" 1.13 to=`logname`@RECV_HOST 1.14 -hsubject="MasqMail stdin Test" 1.15 +hsubject="Masqmail test: relay-to-localhost-mta" 1.16 1.17 1.18 # Testing with rcpt on cmd line 1.19 @@ -21,7 +21,6 @@ 1.20 Subject: $hsubject 1.21 1.22 Hallo Fritz! 1.23 - 1.24 .. 1.25 there is a dot above (Yes, one and not two). 1.26 1.27 @@ -32,7 +31,7 @@ 1.28 1.29 EOF 1.30 1.31 -# 1.32 + 1.33 # Testing with rcpt on cmd line with -oi option 1.34 # (dot does not end) 1.35 # 1.36 @@ -54,7 +53,7 @@ 1.37 1.38 EOF 1.39 1.40 -# 1.41 + 1.42 # Testing with rcpt read from headers (-t option) 1.43 # (dot does end) 1.44 #