diff options
author | ivan <ivan> | 2002-11-18 10:15:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-18 10:15:37 +0000 |
commit | b0995f6ec4eeaad9c72be4963970f1d69fe1ef02 (patch) | |
tree | f683193af6113df581dc18e59067b8f04b0949ec /FS/t/part_export-ldap.t | |
parent | 9efddfba948a749413d11970e6106651b9a41d2d (diff) |
preliminary ldap export
Diffstat (limited to 'FS/t/part_export-ldap.t')
-rw-r--r-- | FS/t/part_export-ldap.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_export-ldap.t b/FS/t/part_export-ldap.t new file mode 100644 index 000000000..826c3418d --- /dev/null +++ b/FS/t/part_export-ldap.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::ldap; +$loaded=1; +print "ok 1\n"; |