Skip to content

Commit

Permalink
Shut domain down only when active
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 31, 2017
1 parent 1c88360 commit abf0056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/vm/40_volumes.t
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ sub test_files_base {
eval { $domain->start($USER) };
ok(!$@,"Expecting no error, got : '".($@ or '')."'");
ok($domain->is_active,"Expecting domain active");

$domain->shutdown_now($USER) if $domain->is_active;
}

sub test_domain_2_volumes {
Expand Down

0 comments on commit abf0056

Please sign in to comment.