diff tests/hostname-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/hostname-stdin/makefile	Wed May 30 10:27:10 2012 +0200
+++ b/tests/hostname-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 test.conf
-	mkdir -p ./input ./lock
+	mkdir -p spool
 
 test.conf: test.conf.tpl
 	# fails if the current path contains `^'.
@@ -16,5 +16,5 @@
 	rm -f test.conf test
 
 realclean: clean
-	rm -rf ./input ./lock
+	rm -rf spool
 	rm -f *.log $(LOGNAME)