Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: "grep -e" is not portable to all platforms | John Keeping | 2013-03-04 |
| | | | | | | | | The "-e" option to grep is not needed unless specifying more than one pattern, which we don't do. Remove it to avoid restricting the tests on platforms that do not have a grep that recognises "-e". Signed-off-by: John Keeping <john@keeping.me.uk> | ||
* | Create initial testsuite | Lars Hjemli | 2007-11-11 |
This creates a simple testsuite, heavily inspired by the testsuite in git. Signed-off-by: Lars Hjemli <hjemli@gmail.com> |