blob: 5525538463603f58983fd4e4c399dcc72d3dafe3 (
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 "$@" 28
|