aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix redaction code to accept NULL pointers in arrayJoseph Hunkeler2024-06-141-1/+1
| | | | | | * And let the caller specify the length of the array of strings to redact. * Redactions now occur directly on authentication strings rather than their command line arguments
* Add test_ini.cJoseph Hunkeler2024-06-131-0/+108
|
* Fix test to match changes to startswith and endswithJoseph Hunkeler2024-06-131-6/+6
|
* Disable a few warnings for testsJoseph Hunkeler2024-06-101-6/+10
|
* Remove debug printf statementsJoseph Hunkeler2024-06-102-3/+0
|
* strcmp_array expects NULL terminated array. Iterating by size in this case ↵Joseph Hunkeler2024-06-101-2/+4
| | | | passes NULL to strcmp leading to an invalid read
* Break loop when expected lines are exhaustedJoseph Hunkeler2024-06-091-1/+1
|
* NULL terminate arraysJoseph Hunkeler2024-06-091-8/+12
|
* Identify local repo userJoseph Hunkeler2024-06-091-0/+2
|
* Remove errant call to puts()Joseph Hunkeler2024-06-091-1/+0
|
* Skip docker build testing if CI system cannot pull an imageJoseph Hunkeler2024-06-091-0/+2
|
* Only podman support `run --arch` argumentJoseph Hunkeler2024-06-091-1/+1
|
* Handle lack of __FILE_NAME__ defineJoseph Hunkeler2024-06-091-0/+4
|
* Initial commit of unit tests [WIP]Joseph Hunkeler2024-06-099-0/+2045