aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tst/psmqd-startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tst/psmqd-startup.c b/tst/psmqd-startup.c
index dea06ee..433c9e3 100644
--- a/tst/psmqd-startup.c
+++ b/tst/psmqd-startup.c
@@ -127,7 +127,7 @@ static int psmqt_run_default(void)
time_t start; /* starting point of waiting for confirmation */
struct main_args *args; /* allocated args to create psmqd_main() with */
struct timespec tp; /* time to sleep between psmqd_main() run check*/
- const char *argv[] = { "psmqd", "-b", NULL, "-l6", "-p./psmqd.log",
+ const char *argv[] = { "psmqd", "-b", "-l6", "-p./psmqd.log",
"-m10", NULL };
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/