summaryrefslogtreecommitdiff
path: root/test/TEST-11-ISSUE-3166/test.sh
blob: 15ecbe51a31223fbdd818422bccb50065439d0cb (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
set -e

TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/3166"
TEST_NO_NSPAWN=1

# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"

do_test "$@"