masqmail

diff tests/relay-to-localhost-mta/makefile @ 423:196dfb2a3056

Updated tests to the changes on spool dir.
author markus schnalke <meillo@marmaro.de>
date Wed, 30 May 2012 10:38:29 +0200
parents 49ca781e1503
children
line diff
     1.1 --- a/tests/relay-to-localhost-mta/makefile	Wed May 30 10:27:10 2012 +0200
     1.2 +++ b/tests/relay-to-localhost-mta/makefile	Wed May 30 10:38:29 2012 +0200
     1.3 @@ -2,7 +2,7 @@
     1.4  # heavily based on Makefile.am written by oliver kurth
     1.5  
     1.6  all: test test.conf
     1.7 -	mkdir -p ./input ./lock
     1.8 +	mkdir -p spool
     1.9  
    1.10  test.conf: test.conf.tpl
    1.11  	# fails if the current path contains `^'.
    1.12 @@ -16,5 +16,5 @@
    1.13  	rm -f test.conf test
    1.14  
    1.15  realclean: clean
    1.16 -	rm -rf ./input ./lock
    1.17 +	rm -rf spool
    1.18  	rm -f *.log