diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-06 12:24:28 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-06 12:24:28 +0100 |
commit | 2ae090fba0cb30f95ba406b62e5da150577bd538 (patch) | |
tree | 19ef56cbeff880036b5c8260ae87c67d0f5c26ae /t/12-readme.t | |
parent | 0dcba316a80cb8b4283965c2dee217e9c6955fc1 (diff) | |
download | sbotools2-2ae090fba0cb30f95ba406b62e5da150577bd538.tar.xz |
t/ useradd/groupadd in README change from 200 to 199 to not conflict with possible postfix install
Diffstat (limited to 't/12-readme.t')
-rwxr-xr-x | t/12-readme.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/12-readme.t b/t/12-readme.t index eb472d2..d95c7cf 100755 --- a/t/12-readme.t +++ b/t/12-readme.t @@ -66,7 +66,7 @@ SKIP: { skip "Only run useradd/groupadd commands under Travis CI", 2 unless (defined $ENV{TRAVIS} and $ENV{TRAVIS} eq 'true'); skip "Only run useradd/groupadd commands if there is no test user/group", 2, if (defined getgrnam('test') or defined getpwnam('test')); - sboinstall 'commandinreadme', { input => "y\ny\ny", expected => qr{It looks like this slackbuild requires the following command\(s\) to be run first:.*groupadd -g 200 test.*useradd -u 200 -g 200 -d /tmp test.*Shall I run them prior to building.*}s }; + sboinstall 'commandinreadme', { input => "y\ny\ny", expected => qr{It looks like this slackbuild requires the following command\(s\) to be run first:.*groupadd -g 199 test.*useradd -u 199 -g 199 -d /tmp test.*Shall I run them prior to building.*}s }; sboremove 'commandinreadme', { input => "y\ny", test => 0 }; sboinstall 'commandinreadme', { input => "y\ny\ny", expected => qr/groupadd.*exited non-zero/ }; |