From: Lennart Poettering Date: Mon, 6 Aug 2018 18:56:45 +0000 (+0200) Subject: test: don't use "nobody:nogroup" for tests X-Git-Tag: v240~828^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=721474fe79b4c4a7e8ab283c1749440abe09f78c;p=platform%2Fupstream%2Fsystemd.git 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. --- 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 - <