commit | 1acc058d0a7913838c830ed998a1a1fb5b7864bf | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Tue Feb 23 16:12:13 2016 +1100 |
committer | Damien Miller <djm@mindrot.org> | Tue Feb 23 17:40:16 2016 +1100 |
tree | 14ece3b75d64372c430198b0f36a8c0a124a585a | |
parent | 39f303b1f36d934d8410b05625f25c7bcb75db4d [diff] |
Disable tests where fs perms are incorrect Some tests have strict requirements on the filesystem permissions for certain files and directories. This adds a regress/check-perm tool that copies the relevant logic from sshd to exactly test the paths in question. This lets us skip tests when the local filesystem doesn't conform to our expectations rather than continuing and failing the test run. ok dtucker@