]> git.ipfire.org Git - thirdparty/systemd.git/blame - test/TEST-22-TMPFILES/test-01.sh
test: bump QEMU memory to 1536M when running under ASan/UBSan
[thirdparty/systemd.git] / test / TEST-22-TMPFILES / test-01.sh
CommitLineData
e04fc13f
FB
1#! /bin/bash
2#
3# With "e" don't attempt to set permissions when file doesn't exist, see
4# https://github.com/systemd/systemd/pull/6682.
5#
6
7set -e
8
9rm -fr /tmp/test
10
11echo "e /tmp/test - root root 1d" | systemd-tmpfiles --create -
12
13! test -e /tmp/test