diff options
author | ivan <ivan> | 2004-03-24 14:22:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-03-24 14:22:04 +0000 |
commit | e7fc7ebf927a7ab7159ad3cc8fa1530d7ce22a5a (patch) | |
tree | a909bdbb7921e520573304b47d65a7fc51f30a56 /FS/t | |
parent | 39829996e06feb07cc5c59f6c0a30b807c98a0c4 (diff) |
adding passwdfile export base class
Diffstat (limited to 'FS/t')
-rw-r--r-- | FS/t/part_export-passwdfile.t | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/t/part_export-passwdfile.t b/FS/t/part_export-passwdfile.t new file mode 100644 index 000000000..0f18f3044 --- /dev/null +++ b/FS/t/part_export-passwdfile.t @@ -0,0 +1,5 @@ +BEGIN { $| = 1; print "1..1\n" } +END {print "not ok 1\n" unless $loaded;} +use FS::part_export::passwdfile; +$loaded=1; +print "ok 1\n"; |