From: Stéphane Graber Date: Fri, 24 Jan 2014 02:58:50 +0000 (-0500) Subject: tests: Drop 60s delay in shutdowntest X-Git-Tag: lxc-1.0.0.beta3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ed29824dc615e1d3fe760af7f82320a8dde379c;p=thirdparty%2Flxc.git tests: Drop 60s delay in shutdowntest Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- 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);