Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-06 | Tests: Don't hide unexpected error messages in test_files.sh. | Lasse Collin | 1 | -2/+2 | |
Hiding them makes no sense since normally there's no error when testing the "good" files. With "bad" files errors are expected and then it makes sense to keep the messages hidden. | |||||
2010-10-10 | test_files.sh: Fix the first line. | Lasse Collin | 1 | -1/+1 | |
For some reason this prevented running the test only on OS/2 and even on that it broke only recently. Thanks to Elbert Pol. | |||||
2010-10-08 | Make tests accommodate missing xz or xzdec. | Lasse Collin | 1 | -2/+26 | |
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -10/+3 | |
Some minor documentation cleanups were made at the same time. | |||||
2008-11-19 | Renamed lzma to xz and lzmadec to xzdec. We create symlinks | Lasse Collin | 1 | -2/+2 | |
lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though. | |||||
2008-09-30 | Renamed the test files from .lzma suffix to .xz suffix. | Lasse Collin | 1 | -4/+2 | |
2008-01-08 | Avoid using ! in test_files.sh, because that doesn't work | Lasse Collin | 1 | -1/+3 | |
with some ancient /bin/sh versions. | |||||
2008-01-07 | Cosmetic edit to test_files.sh. | Lasse Collin | 1 | -2/+2 | |
2008-01-07 | Added test_files.sh to test decoding of the files in | Lasse Collin | 1 | -0/+40 | |
the tests/files directory. It doesn't test the malicious files yet. |