summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-31.sh
blob: fcff82d804804673f5fb4b5013c7d14e019e4b30 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
set -e
set -o pipefail

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

echo OK > /testok
exit 0