diff --git a/test/test_lxc_running.rb b/test/test_lxc_running.rb index 9e541bf..3e44615 100644 --- a/test/test_lxc_running.rb +++ b/test/test_lxc_running.rb @@ -16,7 +16,7 @@ class TestLXCRunning < Test::Unit::TestCase end def teardown - @container.shutdown(3) + @container.shutdown(3) rescue nil if @container.running? @container.stop @container.wait(:stopped, 3)