+tab
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
e5e1cc865a
commit
337fec115b
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -189,6 +189,6 @@ distclean: clean
|
|||
dist: distclean documentation
|
||||
|
||||
test: ccollect.sh documentation
|
||||
mkdir /tmp/ccollect
|
||||
mkdir -p /tmp/ccollect
|
||||
CCOLLECT_CONF=./conf ./ccollect.sh daily "source with spaces"
|
||||
CCOLLECT_CONF=./conf ./ccollect.sh normal 'local1&with-ampersand'
|
||||
CCOLLECT_CONF=./conf ./ccollect.sh normal 'local1&with-ampersand'
|
||||
|
|
Loading…
Reference in a new issue