Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-27 | Replace sed -i with perl -ni in tests | Loïc Hoguin | |
This fixes an issue on OSX where the OSX make 3.81 has a bug with multilines single quoted arguments to commands: it strips the backslash and newlines entirely. This makes it impossible to use sed -i properly. Since this is the test suite, we can instead use perl -ni, which can do the same and is available and work fine on all tested platforms. | |||
2015-09-10 | Reorganize the test suite | Loïc Hoguin | |
Use one file per topic, except for "uncategorizable" tests. |