masqmail
diff tests/localhost-stdin/makefile @ 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/localhost-stdin/makefile Sun May 30 16:05:49 2010 +0200 1.2 +++ b/tests/localhost-stdin/makefile Sun May 30 16:52:35 2010 +0200 1.3 @@ -6,7 +6,7 @@ 1.4 1.5 test.conf: test.conf.tpl 1.6 # fails if the current path contains `^'. 1.7 - sed "s^PWD^`pwd`^" $< >$@ 1.8 + sed "s/SMTP_HOST/`hostname`/; s^PWD^`pwd`^" $< >$@ 1.9 1.10 clean: 1.11 rm -f test.conf