diff options
author | ivan <ivan> | 2009-06-30 01:42:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2009-06-30 01:42:56 +0000 |
commit | 665067cef48a5516e0bfb2dd79d99b8495e25ee5 (patch) | |
tree | 40b11281ad950b57c1dc940e35a691ae62811a17 /FS/t/part_device.t | |
parent | f544c8f095cfb2e844810d31b6230b96033cb1e8 (diff) |
phone devices (for netsapiens integration), RT#5226
Diffstat (limited to 'FS/t/part_device.t')
-rw-r--r-- | FS/t/part_device.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_device.t b/FS/t/part_device.t new file mode 100644 index 000000000..569686829 --- /dev/null +++ b/FS/t/part_device.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_device; +$loaded=1; +print "ok 1\n"; |