1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 00:51:24 +03:00
systemd/test/units/testsuite-31.sh

11 lines
161 B
Bash
Raw Normal View History

#!/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