aboutsummaryrefslogtreecommitdiff
path: root/tests/tests-lib.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mv tests/tests-lib.sh tests/lib.shEuAndreh2021-08-051-143/+0
|
* Remove extra \\ after | in line breaksEuAndreh2021-07-271-2/+2
| | | | Implements #task-1f103822-c865-254c-f6b6-4968f2fb473e.
* src/, tests/: Stick to 80 columns with 8-chars wide tabsEuAndreh2021-07-261-2/+5
|
* aux/lib.sh: Add mkstemp and mkdtemp, and copy uuid overEuAndreh2021-07-151-0/+17
| | | | | | | | | | | | | | | The tests were relying on the unspecified and non-standartized behaviour of "mktemp". Now they use "mkstemp()", a shim sh function to provide the expected behaviour, and an accompanying "mkdtemp()" function is also defined. To further decouple from specific implementations and OS-behaviours and quirks, a aux/lib.sh file containing both those functions was added. Its purpose is to also allow code under aux/ to not depend on specific behaviour. "mkdtemp()" had to be replicated in aux/ci/ci-build.sh, since it runs outside the repository.
* git mv aux/tests-lib.sh tests/EuAndreh2021-06-271-0/+123