diff options
author | ivan <ivan> | 2010-02-08 19:02:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-08 19:02:31 +0000 |
commit | 9e5512eacf9868dfaef17c4ce7112d06f768a525 (patch) | |
tree | ece727898e7849298485649c5708351bcbec9fe5 /FS/t | |
parent | d0221fabd4656b3a04251ca6168cc45f54d23574 (diff) |
h_svc_pbx.pm, RT#7322
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/h_svc_pbx.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/h_svc_pbx.t b/FS/t/h_svc_pbx.t new file mode 100644 index 000000000..8b30f52a7 --- /dev/null +++ b/FS/t/h_svc_pbx.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_svc_pbx; +$loaded=1; +print "ok 1\n"; |