diff options
author | ivan <ivan> | 2002-11-18 10:15:33 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-11-18 10:15:33 +0000 |
commit | f7ef4b61261a46c68a29ad6d4c47d204c3dea37f (patch) | |
tree | f53edb272ad5e9d7ac8e253296a893d6afc0148f /FS/t/part_export-ldap.t | |
parent | 92763bcde6e7af60f4c420dd39b476da94581f65 (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"; |