Commit Graph

2 Commits

Author SHA1 Message Date
Daniel Rodríguez Troitiño
ed3c03ac4f [windows] Fix handling of Network Service username.
In Windows Server 2016 at least, the Network Service user (the one being
used by the CI machine) is returned as Host$, which icacls doesn't
understand. Turn the name into something that icacls if we get a name
that ends with a dollar.
2019-04-01 18:03:46 -07:00
Saleem Abdulrasool
7c078bf486 test: make the ParseableInterface.ModuleCache tests pass on Windows
Use a wrapper for invoking chmod a-r or icacls on Windows to make the
files actually unreadable.  This allows the tests to pass on Windows.
2019-04-01 09:58:20 -07:00