From ad05e7b0e4f1c043859e6f1f6284c5452b1f05c7 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 24 Jan 2013 06:58:18 +0100 Subject: testbench: remove warnings from nettester the no-longer-existing -c option was still used when calling rsyslogd --- tests/nettester.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/nettester.c') diff --git a/tests/nettester.c b/tests/nettester.c index 9e68ebcc..4e4fe55a 100644 --- a/tests/nettester.c +++ b/tests/nettester.c @@ -243,7 +243,7 @@ int openPipe(char *configFile, pid_t *pid, int *pfd) { int pipefd[2]; pid_t cpid; - char *newargv[] = {"../tools/rsyslogd", "dummy", "-c4", "-u2", "-n", "-irsyslog.pid", + char *newargv[] = {"../tools/rsyslogd", "dummy", "-u2", "-n", "-irsyslog.pid", "-M../runtime/.libs:../.libs", NULL, NULL}; char confFile[1024]; -- cgit v1.2.3