diff options
Diffstat (limited to 't/23-wait-for-insert.t')
-rw-r--r-- | t/23-wait-for-insert.t | 1 |
1 files changed, 1 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'); |