diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-10-05 23:47:22 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-10-05 23:47:22 +0100 |
commit | d53f9f8329456024889b2e8385197c98305e7533 (patch) | |
tree | 6ad90b8fb5e0834e7453ebfbfcecc98d14fed8ca /t | |
parent | fae9d6a04497446bd66d92a932259553d5f7c2fa (diff) | |
download | iurt-d53f9f8329456024889b2e8385197c98305e7533.tar iurt-d53f9f8329456024889b2e8385197c98305e7533.tar.gz iurt-d53f9f8329456024889b2e8385197c98305e7533.tar.bz2 iurt-d53f9f8329456024889b2e8385197c98305e7533.tar.xz iurt-d53f9f8329456024889b2e8385197c98305e7533.zip |
Remove unused stuff
Diffstat (limited to 't')
-rw-r--r-- | t/emi_finisher.t | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/t/emi_finisher.t b/t/emi_finisher.t index d695d96..b66a1be 100644 --- a/t/emi_finisher.t +++ b/t/emi_finisher.t @@ -1,20 +1,4 @@ use Test::More; -use experimental 'smartmatch'; - -my @commands; -my @unlinked; - -BEGIN { - *CORE::GLOBAL::system = sub { - push @commands, @_; - return 0; - }; - *CORE::GLOBAL::unlink = sub { - push @unlinked, @_; - return 1; - }; -} - use Iurt::Emi; my $config = { |