aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-23 21:05:24 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-23 21:05:24 +0200
commit3b77ba506957638596f367ffcce476753315b109 (patch)
tree4c9a2383f4cd2017ee6a6875e7a0919f26d938a3
parent22555de384bb1e57003842fe494217a7ff0e73f4 (diff)
downloadsbotools2-3b77ba506957638596f367ffcce476753315b109.tar.xz
01-unit.t: we were only skipping 1 test; copy paste error
-rwxr-xr-xt/01-unit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/01-unit.t b/t/01-unit.t
index a7dde4c..4ebb5e3 100755
--- a/t/01-unit.t
+++ b/t/01-unit.t
@@ -214,7 +214,7 @@ SKIP: {
is ($out, "A fatal script error has occurred:\nget_sbo_location requires an argument.\nExiting.\n", 'get_sbo_location([]) gave correct output');
SKIP: {
- skip 'Test invalid if no SLACKBUILDS.TXT exists.', 5 if ! -e '/usr/sbo/repo/SLACKBUILDS.TXT';
+ skip 'Test invalid if no SLACKBUILDS.TXT exists.', 1 if ! -e '/usr/sbo/repo/SLACKBUILDS.TXT';
local $config{LOCAL_OVERRIDES} = 'FALSE';
my %res = get_sbo_locations('nonexistentslackbuild');