You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.197
Former-commit-id: ce8df4f105a5e534ae52c5975c6525634631b55b
This commit is contained in:
parent
b8f7d9129e
commit
91848d672d
@ -850,7 +850,7 @@ public class DSACryptoServiceProviderTest {
|
||||
catch (CryptographicException ce) {
|
||||
// only root can create the required directory (if inexistant)
|
||||
// afterward anyone can use (read from) it
|
||||
if (!(ce.InnerException is UnauthorizedAccessException))
|
||||
if (!(ce.InnerException is UnauthorizedAccessException) && !(ce.InnerException is IOException))
|
||||
throw;
|
||||
}
|
||||
catch (UnauthorizedAccessException) {
|
||||
|
Reference in New Issue
Block a user