From: Stéphane Graber Date: Tue, 8 Apr 2014 21:23:23 +0000 (-0400) Subject: Fix typo in previous commit X-Git-Tag: lxc-1.1.0.alpha1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2997f9e6bc45936c46482af4a682af33880791c;p=thirdparty%2Flxc.git Fix typo in previous commit Signed-off-by: Stéphane Graber --- 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