Add test for uid/gid with file copy

This commit is contained in:
r-vdp 2025-02-04 12:47:53 +01:00
parent ea7c9b435f
commit 744a170b65
No known key found for this signature in database
2 changed files with 15 additions and 0 deletions

View file

@ -54,6 +54,15 @@
out-of-store = {
source = "/run/systemd/system/";
};
test_perms = {
text = ''
This is just a test!
'';
mode = "0755";
uid = 5;
gid = 6;
};
};
};