summaryrefslogtreecommitdiffstats
path: root/test/TEST-63-PATH/test.sh
blob: 4d132ba9396d4223a3109c08d3cbd2d64753b033 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -e

TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/17433"

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

do_test "$@"