diff options
author | ivan <ivan> | 2011-01-08 00:56:06 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-01-08 00:56:06 +0000 |
commit | f7e5e7625b04164ce2e0aac77a85bc03a7d48a6f (patch) | |
tree | 76a3babc6b46af009d4eb2405410d8272adcf120 /FS/t | |
parent | 8fad52859c516d8657653007f0fa602f7c857651 (diff) |
torrus, RT#10574
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/h_svc_port.t | 5 | ||||
-rw-r--r-- | FS/t/svc_port.t | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/FS/t/h_svc_port.t b/FS/t/h_svc_port.t new file mode 100644 index 000000000..c75d203df --- /dev/null +++ b/FS/t/h_svc_port.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::h_svc_port; +$loaded=1; +print "ok 1\n"; diff --git a/FS/t/svc_port.t b/FS/t/svc_port.t new file mode 100644 index 000000000..d6f269146 --- /dev/null +++ b/FS/t/svc_port.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::svc_port; +$loaded=1; +print "ok 1\n"; |