summaryrefslogtreecommitdiffstats
path: root/test/units/testsuite-22.01.sh
blob: 2276b75d35573257f945c7e60a6a9889c5021e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# With "e" don't attempt to set permissions when file doesn't exist, see
# https://github.com/systemd/systemd/pull/6682.
set -eux
set -o pipefail

rm -fr /tmp/test

echo "e /tmp/test - root root 1d" | systemd-tmpfiles --create -

test ! -e /tmp/test