afero
afero copied to clipboard
Fix MemMapFs RealPath error when BasePath = ""
bpath cleans to ".", but paths "./" clean to "".
This results in "." not found as prefix of "*" except for hidden files and dirs.
Skip the prefix check if bpath == "." as this is lexically equivalent to "", which would satisfy the check.
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
Connor Newton seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.
A unit test case that covers the change would be nice.