1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 20:25:38 +03:00
systemd/test/TEST-31-DEVICE-ENUMERATION/testsuite.sh

11 lines
146 B
Bash
Raw Normal View History

#!/bin/bash
set -ex
set -o pipefail
if journalctl -b | grep -e '\.device: Changed plugged -> dead'; then
exit 1
fi
echo OK > /testok
exit 0