aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-31 15:33:27 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-31 22:52:46 +0100
commit3e49b7b7e33335e16238e4b7fb07f743c341506f (patch)
tree739a14a9935faf5fa72aea040072a6ca60ffaf6d
parentb11828115b5548fe151189a398d268b39bbebbe7 (diff)
downloadsbotools2-3e49b7b7e33335e16238e4b7fb07f743c341506f.tar.xz
Fix typo: skipt -> skip
-rwxr-xr-xt/fail.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/fail.t b/t/fail.t
index 16dcabd..9c8f1c3 100755
--- a/t/fail.t
+++ b/t/fail.t
@@ -110,7 +110,7 @@ script (qw/ sboremove nonexistentslackbuild /, {input => "y\ny", test => 0 });
# 8-9: Failing download and md5sum with working dep
SKIP: {
- skipt "Not doing online tests", 2 unless $ENV{TEST_ONLINE};
+ skip "Not doing online tests", 2 unless $ENV{TEST_ONLINE};
script (qw/ sboinstall failingdownload2 /, {input => "y\ny\ny\nn", expected => qr!Failures:\n!, exit => 3 });
script (qw/ sboinstall failingmd5sum2 /, {input => "y\ny\ny\nn", expected => qr!Failures:\n!, exit => 3 });