From e51d13d61d404ba813b3d0d300660c6f668dbeae Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Fri, 14 Apr 2023 21:07:51 +0200 Subject: [PATCH] test: check the colored --version output --- test/units/testsuite-01.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/units/testsuite-01.sh b/test/units/testsuite-01.sh index cd18a9fd740..91dd47ca145 100755 --- a/test/units/testsuite-01.sh +++ b/test/units/testsuite-01.sh @@ -3,6 +3,9 @@ set -eux set -o pipefail +# Check if the colored --version output behaves correctly +SYSTEMD_COLORS=256 systemctl --version + # Check if we properly differentiate between a full systemd setup and a "light" # version of it that's done during daemon-reexec # -- 2.47.3