Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-26 | file: improve test coverage. | Elliott Hughes | |
Use a real .class file and add tests for the other formats that file(1) recognizes and we already have sample input in tests/files/. | |||
2019-04-26 | file: add test ELF binaries. | Elliott Hughes | |
We keep regressing on this, and the ELF stuff is quite complicated, so even though checking in binaries isn't my first choice, this seems like a good use of 20KiB... | |||
2018-11-20 | Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. | Rob Landley | |
2018-08-04 | file: slightly improve .class, add .dex. | Elliott Hughes | |
2018-06-12 | Add tests for file stdin behavior. | Elliott Hughes | |
2018-05-07 | remove also "symlink" after file.test | Reverend Homer | |
2016-09-13 | Add -h and -L to file. | Elliott Hughes | |
On a toybox system, most of your bin directory is symbolic links. Bug: http://b/31294746 | |||
2016-03-23 | The test infrastructure prints the command name now, so file.test shouldn't. | Rob Landley | |
2016-03-02 | Fix file for Java class files, improve script detection, and add tests. | Elliott Hughes | |