From 3b77ba506957638596f367ffcce476753315b109 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 23 May 2016 21:05:24 +0200 Subject: 01-unit.t: we were only skipping 1 test; copy paste error --- t/01-unit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- cgit v1.2.3