Mercurial > masqmail
comparison 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 |
comparison
equal
deleted
inserted
replaced
63:49ca781e1503 | 64:0379789a847b |
---|---|
4 all: test.conf | 4 all: test.conf |
5 mkdir -p ./input ./lock | 5 mkdir -p ./input ./lock |
6 | 6 |
7 test.conf: test.conf.tpl | 7 test.conf: test.conf.tpl |
8 # fails if the current path contains `^'. | 8 # fails if the current path contains `^'. |
9 sed "s^PWD^`pwd`^" $< >$@ | 9 sed "s/SMTP_HOST/`hostname`/; s^PWD^`pwd`^" $< >$@ |
10 | 10 |
11 clean: | 11 clean: |
12 rm -f test.conf | 12 rm -f test.conf |
13 | 13 |
14 realclean: clean | 14 realclean: clean |