Systemd/test/TEST-31-DEVICE-ENUMERATION/testsuite.sh

11 lines
161 B
Bash
Executable File

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