aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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');