1#!/usr/bin/env bash
2# SPDX-License-Identifier: LGPL-2.1-or-later
3set -e
4
5TEST_DESCRIPTION="Ensure %j Wants directives work"
6RUN_IN_UNPRIVILEGED_CONTAINER=yes
7
8# shellcheck source=test/test-functions
9. "${TEST_BASE_DIR:?}/test-functions"
10
11do_test "$@"
12