From c2997f9e6bc45936c46482af4a682af33880791c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Tue, 8 Apr 2014 17:23:23 -0400 Subject: [PATCH] Fix typo in previous commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/tests/lxc-test-autostart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/lxc-test-autostart b/src/tests/lxc-test-autostart index 4aec2bc48..6c2f5aefb 100755 --- a/src/tests/lxc-test-autostart +++ b/src/tests/lxc-test-autostart @@ -73,7 +73,7 @@ lxc-autostart -g lxc-auto-test -r lxc-wait -n $CONTAINER_NAME -t 5 -s RUNNING || (echo "Container didn't restart" && exit 1) # Shut it down -lxc-autostart -g lxc-auto-test -s -6 120 +lxc-autostart -g lxc-auto-test -s -t 120 lxc-wait -n $CONTAINER_NAME -t 120 -s STOPPED || (echo "Container didn't stop" && exit 1) # Kill it