| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
Due to a silly mistake, the permissions where set incorrectly on the
shunit2 binary. Only root was able to run shunit2, this of course is not
intended. Fix the permissions to allow all users to be able to execute
the binary.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
|
|
|
|
| |
The test framework of shunit2 needs to have the TMPDIR variable set
correctly. As we want to ensure we scope the temporary directory
properly, lets create our own temporary path using mktemp and pass this
to shunit2. We can now cleanly remove whatever is in this path.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Closes !300
|
|
https://github.com/kward/shunit2
shUnit2 is a xUnit based unit test framework for Bourne based shell scripts.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Closes !277
|