Mercurial > 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 wrap: on
line diff
--- a/tests/localhost-stdin/makefile Sun May 30 16:05:49 2010 +0200 +++ b/tests/localhost-stdin/makefile Sun May 30 16:52:35 2010 +0200 @@ -6,7 +6,7 @@ test.conf: test.conf.tpl # fails if the current path contains `^'. - sed "s^PWD^`pwd`^" $< >$@ + sed "s/SMTP_HOST/`hostname`/; s^PWD^`pwd`^" $< >$@ clean: rm -f test.conf