summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-31.sh
blob: 024ad3652fb88e42710cf8d3efe5c577c1549405 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eux
set -o pipefail

if journalctl -b -t systemd --grep '\.device: Changed plugged -> dead'; then
    exit 1
fi

echo OK >/testok
exit 0