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 wrap: on
line diff
--- a/tests/relay-to-localhost-mta/test.tpl	Sun May 30 16:05:49 2010 +0200
+++ b/tests/relay-to-localhost-mta/test.tpl	Sun May 30 16:52:35 2010 +0200
@@ -1,12 +1,12 @@
-#! /bin/bash
+#!/bin/sh
 
-# should be run from within tests dir set if you move this:
+# path to the masqmail executable
 mm_bin=../../src/masqmail
 
 hfrom="\"Fritz Meier\" <`logname`@RECV_HOST>"
 hto="$hfrom"
 to=`logname`@RECV_HOST
-hsubject="MasqMail stdin Test"
+hsubject="Masqmail test: relay-to-localhost-mta"
 
 
 # Testing with rcpt on cmd line
@@ -21,7 +21,6 @@
 Subject: $hsubject
 
 Hallo Fritz!
-
 ..
 there is a dot above (Yes, one and not two).
 
@@ -32,7 +31,7 @@
 
 EOF
 
-#
+
 # Testing with rcpt on cmd line with -oi option
 # (dot does not end)
 #
@@ -54,7 +53,7 @@
 
 EOF
 
-#
+
 # Testing with rcpt read from headers (-t option)
 # (dot does end)
 #