aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add test case for missing directoriesTharre2016-12-251-0/+20
|
* Remove REDO_MAGIC handling code from handle_c()Tharre2016-10-251-1/+0
|
* Add various testsTharre2016-06-252-2/+38
|
* Make $3 an absolute pathTharre2015-09-161-0/+11
|
* Add a few testsTharre2015-09-134-0/+105
|
* Replace Makefile with all.doTharre2015-07-132-60/+29
|
* Replace custom test-suite with sharnessTharre2015-07-1340-193/+922
| | | | | | | This should make the hole test-suite a bit more standard (by outputting TAP), as well as making it easier to test redo in a controlled environment. In contrast to bats, sharness requires no external dependencies.
* Fix piping to /dev/nullTharre2015-05-252-2/+2
|
* Fix some sh compatibility problemsTharre2015-05-252-2/+4
|
* Replace current tests with a hole new test suiteTharre2015-05-2537-0/+191
This new test suite is based on just on do scripts, much like apenwarr's redo implementation has done it. This makes tests both simpler and free from any additional dependencies. The naming was also improved a lot. There are also a lot of new tests, and many more to be implemeted later.