1
0
mirror of synced 2026-02-26 16:23:27 +00:00

Fix warning about no_plan usage in t/hook-inittab.t

This commit is contained in:
Axel Beckert
2012-11-27 22:29:04 +01:00
parent 8f1f298551
commit 83eede665c

View File

@@ -7,7 +7,7 @@
#
use strict;
use Test::More 'no_plan', skip_all => '/etc/inittab not present';
use Test::More;
use File::Temp;
use File::Copy;
@@ -41,6 +41,7 @@ SKIP: {
} # SKIP
done_testing();
sub testHook
{