Add test for uid/gid with file copy
This commit is contained in:
parent
ea7c9b435f
commit
744a170b65
2 changed files with 15 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue