diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-06 23:10:25 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-06-06 23:10:25 +0200 |
commit | 71c12436d69b56dd47f1cd574a0712e4b760bf2f (patch) | |
tree | 16e6e1d75b21fd936655948014e420944fb27158 /t/23-unit-sboclean.t | |
parent | bd417b768e84cf733d0b5813545107c95953ba05 (diff) | |
download | sbotools2-71c12436d69b56dd47f1cd574a0712e4b760bf2f.tar.xz |
23-24.t: no need to localise subroutines when the tests are in their own files
Diffstat (limited to 't/23-unit-sboclean.t')
-rwxr-xr-x | t/23-unit-sboclean.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/23-unit-sboclean.t b/t/23-unit-sboclean.t index 399eedc..e4a8258 100755 --- 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; |