Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-20 | Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. | Rob Landley | |
2017-07-07 | Posix says strings should only output hits that end with NUL or newline. | Rob Landley | |
We don't currently do that, but a test suite checking that we don't do that is requiring us to violate posix to pass it. | |||
2017-07-07 | strings -t oxd tests | Ilya Kuzmich | |
2017-07-02 | strings tests and bugfixes | Ilya Kuzmich | |
Fixes missing newline in output if last byte of the input is string. Fixes one-off offset bug. Adds strings tests. Signed-off-by: Ilya Kuzmich <ilya.kuzmich@gmail.com> |