masqmail

diff tests/localhost-stdin/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 60bb2dbe2866
children
line diff
     1.1 --- a/tests/localhost-stdin/makefile	Wed May 30 10:27:10 2012 +0200
     1.2 +++ b/tests/localhost-stdin/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.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 @@ -12,5 +12,5 @@
    1.13  	rm -f test.conf
    1.14  
    1.15  realclean: clean
    1.16 -	rm -rf ./input ./lock
    1.17 +	rm -rf spool
    1.18  	rm -f *.log $(LOGNAME)