1094
1094
# The path in a raised NoSuchFile exception should be the precise path
1095
1095
# asked for by the client. This gives meaningful and unsurprising errors
1099
1099
errors.NoSuchFile, self.transport.get, 'not%20a%20file')
1100
1100
self.assertSubset([err.path], ['not%20a%20file', './not%20a%20file'])