summaryrefslogtreecommitdiff
path: root/FS/t/h_svc_hardware.t
diff options
context:
space:
mode:
authormark <mark>2011-05-23 22:49:54 +0000
committermark <mark>2011-05-23 22:49:54 +0000
commit0827ca40a0d2d917d78d810302c0ddd6cea7706d (patch)
tree2eec243a0ad7d57edde62c147b3dc252c5fb27c0 /FS/t/h_svc_hardware.t
parent88d0328fe2d7090fc17e99d35f5d55f8484a8ec5 (diff)
h_svc modules for #11454
Diffstat (limited to 'FS/t/h_svc_hardware.t')
-rw-r--r--FS/t/h_svc_hardware.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/h_svc_hardware.t b/FS/t/h_svc_hardware.t
new file mode 100644
index 000000000..6074aa893
--- /dev/null
+++ b/FS/t/h_svc_hardware.t
@@ -0,0 +1,5 @@
+BEGIN { $| = 1; print "1..1\n" }
+END {print "not ok 1\n" unless $loaded;}
+use FS::h_svc_hardware;
+$loaded=1;
+print "ok 1\n";