From 8d025b231b97da7b5cf908309f23e5af78bae4a4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 23 Apr 2010 23:26:19 +0200 Subject: [PATCH] main: don't open console in --test mode --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index 5b23c937b..d2721fd09 100644 --- a/main.c +++ b/main.c @@ -615,7 +615,7 @@ int main(int argc, char *argv[]) { /* Reset the console, but only if this is really init and we * are freshly booted */ - if (running_as == MANAGER_INIT) + if (running_as == MANAGER_INIT && action == ACTION_RUN) console_setup(getpid() == 1 && !serialization); /* Make sure D-Bus doesn't fiddle with the SIGPIPE handlers */ -- 2.30.2