path/filepath: Glob doesn't match file on fuse.smbnetfs filesystem #66628
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Go version
go version go1.22.1 linux/amd64
Output of
go env
in your module/workspace:What did you do?
I execute the bellow code to check 3 tests
test A : Check standard path in smbnetfs folder
test B : Check with escapes path in smbnetfs folder (with the same file use in test A )
test C : Check with escapes path not in smbnetfs folder (add z to network folder)
On my environnement i have smbnetfs mount on /var/lib/photoprism/network
I check the same test in the bash and the three case return one file
What did you see happen?
Test B return no file
What did you expect to see?
test A and test B need to return the same result because we check the same file
Test C confirm that is work with escapes
The text was updated successfully, but these errors were encountered: