1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

12 lines
247 B
Bash
Raw Normal View History

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