aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--t/23-wait-for-insert.t1
-rw-r--r--t/24-wait-for-mounted.t1
2 files changed, 2 insertions, 0 deletions
diff --git a/t/23-wait-for-insert.t b/t/23-wait-for-insert.t
index eb822d0..e51ff8e 100644
--- a/t/23-wait-for-insert.t
+++ b/t/23-wait-for-insert.t
@@ -4,6 +4,7 @@ use helper;
use Test::More;
plan skip_all => "You need to be root to run this test" if $> != 0;
plan skip_all => "The scsi_debug kernel module is needed to run this test" if !can_create_fake_media();
+plan 'no_plan';
use_ok('Hal::Cdroms');
diff --git a/t/24-wait-for-mounted.t b/t/24-wait-for-mounted.t
index 6695abe..2f09f10 100644
--- a/t/24-wait-for-mounted.t
+++ b/t/24-wait-for-mounted.t
@@ -5,6 +5,7 @@ use File::Temp qw(tempdir);
use Test::More;
plan skip_all => "You need to be root to run this test" if $> != 0;
plan skip_all => "The scsi_debug kernel module is needed to run this test" if !can_create_fake_media();
+plan 'no_plan';
use_ok('Hal::Cdroms');