diff options
Diffstat (limited to 'tests/selinux/run-test.pl')
-rwxr-xr-x | tests/selinux/run-test.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/selinux/run-test.pl b/tests/selinux/run-test.pl index 6b0ffb5c..bbe3a2f5 100755 --- a/tests/selinux/run-test.pl +++ b/tests/selinux/run-test.pl @@ -154,6 +154,7 @@ if ($test_via eq "direct") { } # Finish up. +$g->shutdown (); $g->close (); unlink $testimg or die "$testimg: $!"; |