From: Michael Biebl Date: Thu, 16 Dec 2021 18:32:01 +0000 (+0100) Subject: test: mark TEST-46-HOMED as skipped if feature is disabled X-Git-Tag: v250-rc3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c18815dc067e4bcca91a5b066a0f2b442b04592;p=thirdparty%2Fsystemd.git test: mark TEST-46-HOMED as skipped if feature is disabled See https://github.com/systemd/systemd/pull/21253#issuecomment-995721856 --- diff --git a/test/units/testsuite-46.sh b/test/units/testsuite-46.sh index be70a39485a..3313c18167b 100755 --- a/test/units/testsuite-46.sh +++ b/test/units/testsuite-46.sh @@ -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