diff options
Diffstat (limited to 't/31-template.t')
-rwxr-xr-x | t/31-template.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/31-template.t b/t/31-template.t index 982c08f..dacb801 100755 --- a/t/31-template.t +++ b/t/31-template.t @@ -143,8 +143,8 @@ SKIP: { ], "commands" : { "commandinreadme" : [ - "groupadd -g 200 test", - "useradd -u 200 -g 200 -d /tmp test" + "groupadd -g 199 test", + "useradd -u 199 -g 199 -d /tmp test" ] }, "options" : { |