diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-09-29 00:51:49 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-09-29 00:51:49 (GMT) |
commit | 59bd1cedd11b6337259578cc15319da5d52e6d22 (patch) | |
tree | 92eab84af02de3085c4c19ce1b66097cd321b3e3 /test/get-dropboxes | |
parent | 97c41e8f8472e02c379a495065a4432abd941971 (diff) |
added list_groups
Diffstat (limited to 'test/get-dropboxes')
-rwxr-xr-x | test/get-dropboxes | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/get-dropboxes b/test/get-dropboxes index 6282a92..abff8d9 100755 --- a/test/get-dropboxes +++ b/test/get-dropboxes @@ -21,9 +21,8 @@ # use strict; -use lib "../lib/"; - use POSIX; +use lib "../lib/"; use RHRD::rddb; |