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 wrap: on
line diff
--- a/tests/localhost-stdin/makefile	Wed May 30 10:27:10 2012 +0200
+++ b/tests/localhost-stdin/makefile	Wed May 30 10:38:29 2012 +0200
@@ -2,7 +2,7 @@
 # heavily based on Makefile.am written by oliver kurth
 
 all: test.conf
-	mkdir -p ./input ./lock
+	mkdir -p spool
 
 test.conf: test.conf.tpl
 	# fails if the current path contains `^'.
@@ -12,5 +12,5 @@
 	rm -f test.conf
 
 realclean: clean
-	rm -rf ./input ./lock
+	rm -rf spool
 	rm -f *.log $(LOGNAME)