diff options
| author | ivan <ivan> | 2007-06-13 19:28:27 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2007-06-13 19:28:27 +0000 | 
| commit | ded6788163610ba6a33e19896f1468c20850823a (patch) | |
| tree | cb62432e7d9ef4bb42d138cb2111cf92beb37868 /FS | |
| parent | 80597cc70b6d6b3d8ffac496fa04075b02672420 (diff) | |
adding test file on 1.7 branch
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/t/cust_pkg_option.t | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/FS/t/cust_pkg_option.t b/FS/t/cust_pkg_option.t new file mode 100644 index 000000000..12314bf80 --- /dev/null +++ b/FS/t/cust_pkg_option.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::cust_pkg_option; +$loaded=1; +print "ok 1\n"; | 
