bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

unftp-sbe-fs: refactor the integration tests #474

Closed asomers closed 1 year ago

asomers commented 1 year ago

Also, Add a test for listing a subdirectory. It's important to make sure that we don't switch from returning relative paths to absolute ones or vice versa.

robklg commented 1 year ago

Thanks!