mirror of
https://github.com/systemd/systemd.git
synced 2025-02-10 17:57:40 +03:00
9 lines
162 B
Bash
Executable File
9 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
TEST_DESCRIPTION="Ensure %j Wants directives work"
|
|
RUN_IN_UNPRIVILEGED_CONTAINER=yes
|
|
|
|
. $TEST_BASE_DIR/test-functions
|
|
|
|
do_test "$@" 28
|