sbotools2

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

commit 71c12436d69b56dd47f1cd574a0712e4b760bf2f
parent bd417b768e84cf733d0b5813545107c95953ba05
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date:   Mon,  6 Jun 2016 23:10:25 +0200

23-24.t: no need to localise subroutines when the tests are in their own files

Diffstat:
Mt/23-unit-sboclean.t | 1-
Mt/24-unit-sboconfig.t | 1-
2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/t/23-unit-sboclean.t b/t/23-unit-sboclean.t @@ -31,7 +31,6 @@ sub load { # 1-4: sboclean unit tests... { - local (*main::show_usage, *main::rm_full, *main::remove_stuff, *main::clean_c32); load('sboclean'); my $exit; diff --git a/t/24-unit-sboconfig.t b/t/24-unit-sboconfig.t @@ -31,7 +31,6 @@ sub load { # 1-2: sboconfig unit tests... { - local (*main::show_usage, *main::config_write); load('sboconfig'); my $exit;