commit 3e49b7b7e33335e16238e4b7fb07f743c341506f
parent b11828115b5548fe151189a398d268b39bbebbe7
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Thu, 31 Dec 2015 15:33:27 +0100
Fix typo: skipt -> skip
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 });