From 721474fe79b4c4a7e8ab283c1749440abe09f78c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 6 Aug 2018 20:56:45 +0200 Subject: [PATCH] test: don't use "nobody:nogroup" for tests This user/group doesn't apply to Fedora. Let's use daemon:daemon instead like the other tests, as it actually tends to exist everywhere. --- test/TEST-22-TMPFILES/test-03.sh | 52 ++++++++++++++++++++-------------------- test/TEST-22-TMPFILES/test-04.sh | 8 +++---- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/test/TEST-22-TMPFILES/test-03.sh b/test/TEST-22-TMPFILES/test-03.sh index 68f34cb..39a4bad 100755 --- a/test/TEST-22-TMPFILES/test-03.sh +++ b/test/TEST-22-TMPFILES/test-03.sh @@ -27,12 +27,12 @@ test "$(< /tmp/f/2)" = "This string should be written" ### The perms are supposed to be updated even if the file already exists. systemd-tmpfiles --create - </tmp/F/truncated-with-content systemd-tmpfiles --create - <