1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-26 10:03:40 +03:00
systemd-stable/test/units/testsuite-31.sh

11 lines
162 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -eux
set -o pipefail
if journalctl -b -t systemd --grep '\.device: Changed plugged -> dead'; then
exit 1
fi
echo OK >/testok
exit 0