blob: d535c416845e7774661259d65c7b85a0ad506d4e (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env bash
set -e
TEST_DESCRIPTION="Ensure %j Wants directives work"
RUN_IN_UNPRIVILEGED_CONTAINER=yes
# shellcheck source=test/test-functions
. "${TEST_BASE_DIR:?}/test-functions"
do_test "$@"
|