diff options
author | ivan <ivan> | 2010-02-08 19:02:35 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-02-08 19:02:35 +0000 |
commit | c4b9230980c0389bd25476d9652b2f42b7f08f97 (patch) | |
tree | 843086651cd91d7c68f6d1d17d6a3ba53380ab5f /FS/t | |
parent | 5485c9b2bb9450f658c8d688e79af9e4cb3cd3ab (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"; |