sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 1400edb68157924a8a64d61a22d250e213ee260c
parent 4554c992ec401ccab72c6cca0366c59051cfbc3e
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 24 Apr 2016 16:54:55 +0200

12-readme.t: SKIP block now contains 2 tests instead of just 1

Diffstat:
Mt/12-readme.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/t/12-readme.t b/t/12-readme.t @@ -51,7 +51,7 @@ sboremove 'envsettingtest2', { input => "y\ny\ny", test => 0 }; # 6: sboinstall commandinreadme SKIP: { - skip "Only run useradd/groupadd commands under Travis CI", 1 unless (defined $ENV{TRAVIS} and $ENV{TRAVIS} eq 'true'); + skip "Only run useradd/groupadd commands under Travis CI", 2 unless (defined $ENV{TRAVIS} and $ENV{TRAVIS} eq 'true'); 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 }; sboremove 'commandinreadme', { input => "y\ny", test => 0 };