]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/units/testsuite-31.sh
docs: document new description field
[thirdparty/systemd.git] / test / units / testsuite-31.sh
CommitLineData
ff12a795 1#!/usr/bin/env bash
fd3561ba 2set -e
8cc6727a
YW
3set -o pipefail
4
fd3561ba 5if journalctl -b -t systemd --grep '\.device: Changed plugged -> dead'; then
8cc6727a
YW
6 exit 1
7fi
8
9echo OK > /testok
10exit 0