sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit 3b77ba506957638596f367ffcce476753315b109
parent 22555de384bb1e57003842fe494217a7ff0e73f4
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon, 23 May 2016 21:05:24 +0200

01-unit.t: we were only skipping 1 test; copy paste error

Diffstat:
Mt/01-unit.t | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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');