diff options
-rw-r--r-- | t/helper.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/helper.pm b/t/helper.pm index 0e93716..58b049e 100644 --- a/t/helper.pm +++ b/t/helper.pm @@ -1,4 +1,8 @@ +package helper; + use strict; +use base 'Exporter'; +our @EXPORT = qw(can_create_fake_media create_fake_media find_mount_point remove_fake_media ); sub can_create_fake_media { system("modprobe -n scsi_debug") == 0; |