aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-29 01:52:34 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-05-29 01:52:34 +0200
commitc68be800c7403569927ccbc5459c96404a7ba9cf (patch)
tree88bf2a9b6171441d1e4436e12da3333e0af04f92
parent34029c80ed3329815bef56bde90dde1058556eaa (diff)
downloadsbotools2-c68be800c7403569927ccbc5459c96404a7ba9cf.tar.xz
01-unit.t: skip correct number of tests
-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 faa46d5..4c735dd 100755
--- 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");