1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-21 02:50:18 +03:00

12 lines
249 B
Bash
Raw Permalink Normal View History

#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e
2016-05-03 12:43:22 +03:00
TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3166"
TEST_NO_NSPAWN=1
2016-05-03 12:43:22 +03:00
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
2016-05-03 12:43:22 +03:00
do_test "$@"