diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/guests/guest-aux/make-fedora-img.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/guests/guest-aux/make-fedora-img.pl b/tests/guests/guest-aux/make-fedora-img.pl index 6eeaa9ab..90010ef0 100755 --- a/tests/guests/guest-aux/make-fedora-img.pl +++ b/tests/guests/guest-aux/make-fedora-img.pl @@ -173,6 +173,8 @@ d e f '); +$g->chown(10, 11, '/etc/test3'); +$g->chmod(0600, '/etc/test3'); $g->write('/bin/test1', 'abcdefg'); $g->write('/bin/test2', 'zxcvbnm'); $g->write('/bin/test3', '1234567'); |