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) {
|
||||
|
@@ -1 +1 @@
|
||||
c9011cb41f6f9a37736eb9d0ba9e89d39e203b67
|
||||
181cf71935494b79c12bbaaf91e3e070add5033e
|
Reference in New Issue
Block a user