diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-24 16:54:55 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-04-24 16:54:55 +0200 |
commit | 1400edb68157924a8a64d61a22d250e213ee260c (patch) | |
tree | 33dbc8472cc56a4dfdbe5d07af4852f7615b2d52 /t | |
parent | 4554c992ec401ccab72c6cca0366c59051cfbc3e (diff) | |
download | sbotools2-1400edb68157924a8a64d61a22d250e213ee260c.tar.xz |
12-readme.t: SKIP block now contains 2 tests instead of just 1
Diffstat (limited to '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 f88499f..d6975ac 100755 --- 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 }; |