aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/12-readme.t2
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 };