summaryrefslogtreecommitdiffstats
path: root/test/test_util.c
AgeCommit message (Collapse)AuthorFilesLines
2022-11-16Remove filesystem moduleDavid Robillard1-1/+1
2022-11-16Use zix_copy_file()David Robillard1-4/+0
2022-11-16Use zix_create_temporary_directory()David Robillard1-1/+2
2022-11-16Use zix_remove()David Robillard1-3/+4
2022-11-16Use zix_file_equals()David Robillard1-6/+0
2022-11-16Use zix_canonical_path()David Robillard1-2/+0
2022-11-16Use zix_path_join()David Robillard1-2/+3
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-07-17Avoid incorrect use of mkstemp in testsDavid Robillard1-22/+15
This was an overly hasty switch from race-prone alternatives to mkstemp, but it did not actually account for the fact that mkstemp creates the file. This resulted in leaking the file handle, and trying to open it twice, which made the tests fail on Windows/MinGW.
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-26/+26
2020-08-06Rename some filename utilities for clarityDavid Robillard1-1/+1
Loosely inspired by Python and the std::filesystem API.
2020-08-06Separate filesystem utilitiesDavid Robillard1-1/+5
2020-07-16Split test suite up into several independent programsDavid Robillard1-0/+63