upload pod file
[hband-tools.git] / tests / takeown / 08-strict_chgrp.test
blob9a1c3f11d6ab763f2733b3dbd0c9aedcbc660fa2
1 setting
2 0644 root:root file1
3 0644 root:root file2
4 end
6 action
7 ../../user-tools/takeown
8 --strict-chgrp
9 file1
10 end
12 expections
13 owner root file1
14 group root file1
15 exists no file1.takeown
16 exists no file1.tookown
17 status fail
18 end
20 action
21 ../../user-tools/takeown
22 --strict-chgrp
23 --no-chgrp
24 file2
25 end
27 expections
28 owner SELF file2
29 group SELF file2
30 status success
31 end