1#!/usr/bin/env bash 2# SPDX-License-Identifier: LGPL-2.1-or-later 3set -e 4 5TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/1981" 6TEST_NO_QEMU=1 7 8# shellcheck source=test/test-functions 9. "${TEST_BASE_DIR:?}/test-functions" 10 11NSPAWN_TIMEOUT=30 12 13do_test "$@" 14