summaryrefslogtreecommitdiff
path: root/test/journal-data
Commit message (Collapse)AuthorAgeFilesLines
* gitattributes: introduce and use "generated" attributeZbigniew Jędrzejewski-Szmek2021-10-181-1/+1
| | | | | | | | | | | | | | I want to mark some files to be ignored for licensing purposes, e.g. output from fuzzers and other samples. By using the gitattribute machinery for this we don't need to design a custom protocol: $ git check-attr generated test/test-sysusers/unhappy-* test/test-sysusers/unhappy-1.expected-err: generated: set test/test-sysusers/unhappy-1.input: generated: unspecified test/test-sysusers/unhappy-2.expected-err: generated: set test/test-sysusers/unhappy-2.input: generated: unspecified test/test-sysusers/unhappy-3.expected-err: generated: set test/test-sysusers/unhappy-3.input: generated: unspecified
* gitattributes: mark more files as "binary"Zbigniew Jędrzejewski-Szmek2021-10-181-0/+2
| | | | This way we know that we shouldn't look for a spdx header in them.
* test-journal-importer: add a test case with broken inputZbigniew Jędrzejewski-Szmek2017-02-151-0/+0
|
* test-journal-importer: new test file to check the newly exported importer codeZbigniew Jędrzejewski-Szmek2017-02-151-0/+0
Only one test case is added, but it is enough to check basic sanity of the code (single-line and binary fields and trusted fields, allocation and freeing).