]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: mark TEST-46-HOMED as skipped if feature is disabled
authorMichael Biebl <biebl@debian.org>
Thu, 16 Dec 2021 18:32:01 +0000 (19:32 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Thu, 16 Dec 2021 21:41:49 +0000 (21:41 +0000)
See https://github.com/systemd/systemd/pull/21253#issuecomment-995721856

test/units/testsuite-46.sh

index be70a39485a613f77f0f9bb5426e0ac439fdd8db..3313c18167b1fd411367bb7d9beaad7d189cb21a 100755 (executable)
@@ -5,7 +5,7 @@ set -o pipefail
 
 # Check if homectl is installed, and if it isn't bail out early instead of failing
 if ! test -x /usr/bin/homectl ; then
-        echo OK >/testok
+        echo "no homed" >/skipped
         exit 0
 fi