From 2ed29824dc615e1d3fe760af7f82320a8dde379c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Thu, 23 Jan 2014 21:58:50 -0500 Subject: [PATCH] tests: Drop 60s delay in shutdowntest MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- src/tests/shutdowntest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/shutdowntest.c b/src/tests/shutdowntest.c index e8a712697..6e4bb3175 100644 --- a/src/tests/shutdowntest.c +++ b/src/tests/shutdowntest.c @@ -68,8 +68,6 @@ int main(int argc, char *argv[]) fprintf(stderr, "%d: failed to start %s\n", __LINE__, MYNAME); goto out; } - fprintf(stderr, "%d: %s started, you have 60 seconds to test a console\n", __LINE__, MYNAME); - sleep(60); // wait a minute to let user connect to console if (!c->shutdown(c, 60)) { fprintf(stderr, "%d: failed to shut down %s\n", __LINE__, MYNAME);