]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-28-PERCENTJ-WANTEDBY/test.sh
Merge pull request #18863 from keszybz/cmdline-escaping
[thirdparty/systemd.git] / test / TEST-28-PERCENTJ-WANTEDBY / test.sh
CommitLineData
ff12a795 1#!/usr/bin/env bash
8eab7668 2set -e
3f161ba9 3
8eab7668
PW
4TEST_DESCRIPTION="Ensure %j Wants directives work"
5RUN_IN_UNPRIVILEGED_CONTAINER=yes
6
3f161ba9
FS
7# shellcheck source=test/test-functions
8. "${TEST_BASE_DIR:?}/test-functions"
8eab7668 9
c4cd6205 10do_test "$@"