aboutsummaryrefslogtreecommitdiffstats
path: root/t/24-wait-for-mounted.t
diff options
context:
space:
mode:
Diffstat (limited to 't/24-wait-for-mounted.t')
-rw-r--r--t/24-wait-for-mounted.t1
1 files changed, 1 insertions, 0 deletions
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');