]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Fix typo in previous commit
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 8 Apr 2014 21:23:23 +0000 (17:23 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Tue, 8 Apr 2014 21:23:31 +0000 (17:23 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/tests/lxc-test-autostart

index 4aec2bc4838befebdbe2114d4ce49d9963de7d89..6c2f5aefb981a45ee7817e65e5c6ad690c05d50d 100755 (executable)
@@ -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