Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix(tests): use `! grep` instead of `grep -v` | Clement Delafargue | 2020-06-30 | 1 | -2/+2 |
| | | | | | | `grep -v` makes sure a file contains other lines than the one that matched. This is different from `! grep` which makes sure the file does not contain a line that matched. | ||||
* | tests: expectations on binary stub | Paul Bonaud | 2020-06-23 | 1 | -0/+30 |
| | |||||
* | tests: Add more test cases | Paul Bonaud | 2020-06-19 | 1 | -0/+18 |