aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-05-06 11:25:34 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-05-06 11:31:19 +0200
commit36f4c4853260bbdbfbfd7b1107bdf59bdaaff6e1 (patch)
treefd16d27bc8c5b1e559341e8b3a57923c9a7634c9
parenta73204c5d714abafd2bf5f02694029e4c689062c (diff)
downloadperl-Hal-Cdroms-36f4c4853260bbdbfbfd7b1107bdf59bdaaff6e1.tar
perl-Hal-Cdroms-36f4c4853260bbdbfbfd7b1107bdf59bdaaff6e1.tar.gz
perl-Hal-Cdroms-36f4c4853260bbdbfbfd7b1107bdf59bdaaff6e1.tar.bz2
perl-Hal-Cdroms-36f4c4853260bbdbfbfd7b1107bdf59bdaaff6e1.tar.xz
perl-Hal-Cdroms-36f4c4853260bbdbfbfd7b1107bdf59bdaaff6e1.zip
This is a package
Export what's needed for tests
-rw-r--r--t/helper.pm4
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;