summaryrefslogtreecommitdiff
path: root/test/units/testsuite-22.01.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: add spdx headers to scripts and MakefilesZbigniew Jędrzejewski-Szmek2021-10-181-2/+1
|
* test: use set -eux and set -o pipefail everywhereFrantisek Sumsal2021-04-131-2/+3
| | | | This should make the scripts more robust.
* tests: make inverted tests actually countZbigniew Jędrzejewski-Szmek2021-04-081-1/+1
| | | | | | | | | | | "! test ..." does not cause the script to fail, even with set -e. IIUC, bash treats this command as part of an expression line, as it would if 'test ... && ...' was used. Failing expression lines do not terminate the script. This fixes the obvious cases by changing '! test' → 'test !'. Then the inversion happens internally in test and bash will propagate the failure.
* test: move TEST-22-TMPFILES setup to static filesZbigniew Jędrzejewski-Szmek2020-03-281-0/+13