sbotools2

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

commit c68be800c7403569927ccbc5459c96404a7ba9cf
parent 34029c80ed3329815bef56bde90dde1058556eaa
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Sun, 29 May 2016 01:52:34 +0200

01-unit.t: skip correct number of tests

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 @@ -85,7 +85,7 @@ is(indent(1, "foo\n\nbar"), " foo\n\n bar", 'indent(1,...) returns correctly'); # 16-20: test check_repo() and migrate_repo(); SKIP: { - skip 'Test invalid if no SLACKBUILDS.TXT exists.', 3 if ! -e '/usr/sbo/repo/SLACKBUILDS.TXT'; + skip 'Test invalid if no SLACKBUILDS.TXT exists.', 5 if ! -e '/usr/sbo/repo/SLACKBUILDS.TXT'; system(qw"cp /usr/sbo/repo/SLACKBUILDS.TXT /usr/sbo"); system(qw"rm -rf", "$RealBin/repo.backup");