From fc53809803cd2bc2434e312b19a18fa36776da12 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:40 +0200 Subject: Adding upstream version 256. Signed-off-by: Daniel Baumann --- test/units/TEST-22-TMPFILES.03.sh | 275 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 275 insertions(+) create mode 100755 test/units/TEST-22-TMPFILES.03.sh (limited to 'test/units/TEST-22-TMPFILES.03.sh') diff --git a/test/units/TEST-22-TMPFILES.03.sh b/test/units/TEST-22-TMPFILES.03.sh new file mode 100755 index 0000000..d158498 --- /dev/null +++ b/test/units/TEST-22-TMPFILES.03.sh @@ -0,0 +1,275 @@ +#!/bin/bash +# SPDX-License-Identifier: LGPL-2.1-or-later +# +# Basic tests for types creating/writing files +set -eux +set -o pipefail + +rm -fr /tmp/{f,F,w} +mkdir /tmp/{f,F,w} +touch /tmp/file-owned-by-root + +# +# 'f' +# +systemd-tmpfiles --dry-run --create - </tmp/F/truncated +echo "This should be truncated" >/tmp/F/truncated-with-content + +systemd-tmpfiles --create - </tmp/F/rw-fs/foo +(! systemd-tmpfiles --create -) </tmp/F/rw-fs/foo +(! systemd-tmpfiles --create -) < fails. +(! systemd-tmpfiles --create -) <