Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update testListFilesInRootDirectory to match reality
In the built-in UNIX filesystem, the newDirectoryStream method will return absolute paths if given absolute paths as input, and relative paths if given relative paths as input. We're now seeing this too for the NIO Cloud Storage provider (this is a good thing), so I updated this test to reflect this new reality.
- Loading branch information