]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-31-DEVICE-ENUMERATION/test.sh
sd-json: make static analyzers shut up
[thirdparty/systemd.git] / test / TEST-31-DEVICE-ENUMERATION / test.sh
CommitLineData
ff12a795 1#!/usr/bin/env bash
7b3cec95 2# SPDX-License-Identifier: LGPL-2.1-or-later
8cc6727a 3set -e
3f161ba9 4
8cc6727a
YW
5TEST_DESCRIPTION="plugged -> dead -> plugged issue #11997"
6TEST_NO_NSPAWN=1
7
3f161ba9
FS
8# shellcheck source=test/test-functions
9. "${TEST_BASE_DIR:?}/test-functions"
10
8cc6727a 11
c4cd6205 12do_test "$@"