test: check the colored --version output

This commit is contained in:
Frantisek Sumsal
2023-04-14 21:07:51 +02:00
parent 3e5b771755
commit e51d13d61d

View File

@@ -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
#