diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-31 15:33:27 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-31 22:52:46 +0100 |
commit | 3e49b7b7e33335e16238e4b7fb07f743c341506f (patch) | |
tree | 739a14a9935faf5fa72aea040072a6ca60ffaf6d | |
parent | b11828115b5548fe151189a398d268b39bbebbe7 (diff) | |
download | sbotools2-3e49b7b7e33335e16238e4b7fb07f743c341506f.tar.xz |
Fix typo: skipt -> skip
-rwxr-xr-x | t/fail.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }); |