summaryrefslogtreecommitdiff
path: root/src/test/test-blockdev-util.c
Commit message (Collapse)AuthorAgeFilesLines
* test-blockdev-util: check if r is actually a failure before ERRNO_IS_PRIVILEGELennart Poettering2022-09-201-8/+8
|
* test: Use TEST macroJan Janssen2021-11-251-6/+2
| | | | | | | | | This converts to TEST macro where it is trivial. Some additional notable changes: - simplify HAVE_LIBIDN #ifdef in test-dns-domain.c - use saved_argc/saved_argv in test-copy.c, test-path-util.c, test-tmpfiles.c and test-unit-file.c
* basic,shared: move a bunch of files to src/shared/Zbigniew Jędrzejewski-Szmek2021-06-241-0/+43
The goal is to move everything that requires selinux or smack away from src/basic/. This means that src/basic/label.[ch] must move, which implies btrfs-util.[ch], copy.[ch], and a bunch of other files which form a cluster of internal use. This is just moving text around, so there should be no functional difference. test-blockdev-util is new, because path_is_encrypted() is moved to blockdev-util.c, and so far we didn't have any tests for code there.