mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test: minix fsck not found on alpha
It seems even this one is not everywhere, so relax the test:
/* test_fsck_exists */
Assertion 'fsck_exists_for_fstype("minix") == 1' failed at src/test/test-path-util.c:624, function test_fsck_exists(). Aborting.
https://buildd.debian.org/status/fetch.php?pkg=systemd&arch=alpha&ver=255%7Erc2-1&stamp=1700147880&raw=0
This commit is contained in:
@@ -620,8 +620,8 @@ TEST(fsck_exists) {
|
||||
/* Ensure we use a sane default for PATH. */
|
||||
assert_se(unsetenv("PATH") == 0);
|
||||
|
||||
/* fsck.minix is provided by util-linux and will probably exist. */
|
||||
assert_se(fsck_exists_for_fstype("minix") == 1);
|
||||
/* We might or might not find one of these, so keep the test lax. */
|
||||
assert_se(fsck_exists_for_fstype("minix") >= 0);
|
||||
|
||||
assert_se(fsck_exists_for_fstype("AbCdE") == 0);
|
||||
assert_se(fsck_exists_for_fstype("/../bin/") == 0);
|
||||
|
||||
Reference in New Issue
Block a user