]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TEST-46-HOMED: postmarketos does not have homed
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jun 2026 01:29:56 +0000 (10:29 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jun 2026 22:23:34 +0000 (07:23 +0900)
Hence, the distro check in the test case is not necessary, at least now.

test/units/TEST-46-HOMED.sh

index 0642eca2805a0f3fa952b77e565fcff10a86969d..660ccab18a33c68f72fc2a0e32675ab54f9ea057 100755 (executable)
@@ -54,12 +54,6 @@ systemctl kill -sUSR1 systemd-homed
 testcase_basic() {
     local TMP_SKEL
 
-    . /etc/os-release
-    if [[ "${ID_LIKE:-}" == alpine ]] && ! systemd-detect-virt -cq; then
-        # luks seems to be broken on alpine/postmarketos.
-        return 0
-    fi
-
     TMP_SKEL=$(mktemp -d)
     echo hogehoge >"$TMP_SKEL"/hoge
 
@@ -274,12 +268,6 @@ testcase_basic() {
 }
 
 testcase_blob() {
-    . /etc/os-release
-    if [[ "${ID_LIKE:-}" == alpine ]] && ! systemd-detect-virt -cq; then
-        # luks seems to be broken on alpine/postmarketos.
-        return 0
-    fi
-
     # blob directory tests
     # See docs/USER_RECORD_BLOB_DIRS.md
     checkblob() {