]> git.ipfire.org Git - thirdparty/systemd.git/blob - test/units/testsuite-31.sh
resolved: reply using unicast mDNS when appropriate
[thirdparty/systemd.git] / test / units / testsuite-31.sh
1 #!/usr/bin/env bash
2 set -e
3 set -o pipefail
4
5 if journalctl -b -t systemd --grep '\.device: Changed plugged -> dead'; then
6 exit 1
7 fi
8
9 echo OK > /testok
10 exit 0