]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-31-DEVICE-ENUMERATION/testsuite.sh
network: make all failures in route configuration fatal
[thirdparty/systemd.git] / test / TEST-31-DEVICE-ENUMERATION / testsuite.sh
CommitLineData
8cc6727a 1#!/bin/bash
8cc6727a
YW
2set -ex
3set -o pipefail
4
5if journalctl -b | grep -e '\.device: Changed plugged -> dead'; then
6 exit 1
7fi
8
9echo OK > /testok
10exit 0