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 60bb2dbe2866
line wrap: on
line diff
--- a/tests/localhost-stdin/test	Sun May 30 16:05:49 2010 +0200
+++ b/tests/localhost-stdin/test	Sun May 30 16:52:35 2010 +0200
@@ -1,15 +1,15 @@
-#! /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`@localhost>"
 hto=$hfrom
 to=`logname`@localhost
-hsubject="MasqMail stdin Test"
+hsubject="Masqmail test: localhost-stdin"
 
-#
+
 # Testing with rcpt on cmd line
 # (dot does end)
 #
@@ -22,7 +22,6 @@
 Subject: $hsubject
 
 Hallo Fritz!
-
 ..
 there is a dot above (Yes, one and not two).
 
@@ -33,7 +32,7 @@
 
 EOF
 
-#
+
 # Testing with rcpt on cmd line with -oi option
 # (dot does not end)
 #
@@ -55,7 +54,7 @@
 
 EOF
 
-#
+
 # Testing with rcpt read from headers (-t option)
 # (dot does end)
 #