| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-13 | cli-tests/t_v1_policy: clean up user keyrings at end of test | Eric Biggers | |
| The test user's user keyring is still linked into root's user keyring at the end of the test. This is making the test flaky, as there is a failure that only occurs the first time it is run. Fix the test to restore the initial state. This makes it consistently fail (to be fixed by the next commit). | |||
| 2020-05-09 | Add cli-tests framework | Eric Biggers | |
| Add a framework for writing automated tests of the fscrypt command-line tool. See cli-tests/README.md for details. | |||