hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / units / TEST-04-JOURNAL.cat.sh
blobbef3e189a63d3b7cf54b5e2e5a0ef01f09195ce9
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 set -eux
4 set -o pipefail
6 systemctl enable --now systemd-journald@cat-test.socket
8 systemd-cat --namespace cat-test env CAT_TEST_RESULT=1
10 timeout 30 bash -c "until systemctl -q is-active systemd-journald@cat-test.service; do sleep .5; done"
12 journalctl --namespace cat-test --grep "JOURNAL_STREAM="
13 journalctl --namespace cat-test --grep "CAT_TEST_RESULT=1"
15 systemctl disable --now systemd-journald@cat-test.socket