summaryrefslogtreecommitdiff
path: root/test/units/testsuite-07.sh
blob: 58d278e1f1f26e07bbba2694fd53d1c99d7f4df9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
# SPDX-License-Identifier: LGPL-2.1-or-later
set -eux
set -o pipefail

# shellcheck source=test/units/test-control.sh
. "$(dirname "$0")"/test-control.sh

: >/failed

# Issue: https://github.com/systemd/systemd/issues/2730
# See TEST-07-PID1/test.sh for the first "half" of the test
mountpoint /issue2730

run_subtests

touch /testok
rm /failed