hwdb: fix screen rotation for EXO Wings 2in1 w1125 (#36283)
[systemd.io.git] / test / units / TEST-23-UNIT-FILE.percentj-wantedby.sh
blobc091bd64551daefc058abfe76b294bcdcc00dbc9
1 #!/usr/bin/env bash
2 # SPDX-License-Identifier: LGPL-2.1-or-later
3 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
4 # ex: ts=8 sw=4 sts=4 et filetype=sh
5 set -eux
6 set -o pipefail
8 # Ensure %j Wants directives work
9 systemd-run --wait \
10 --property="Type=oneshot" \
11 --property="Wants=TEST-23-UNIT-FILE-specifier-j-wants.service" \
12 --property="After=TEST-23-UNIT-FILE-specifier-j-wants.service" \
13 true
15 test -f /tmp/tetsuite-23-specifier-j-done