aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-10-05 23:47:22 +0100
committerPascal Terjan <pterjan@gmail.com>2016-10-05 23:47:22 +0100
commitd53f9f8329456024889b2e8385197c98305e7533 (patch)
tree6ad90b8fb5e0834e7453ebfbfcecc98d14fed8ca
parentfae9d6a04497446bd66d92a932259553d5f7c2fa (diff)
downloadiurt-d53f9f8329456024889b2e8385197c98305e7533.tar
iurt-d53f9f8329456024889b2e8385197c98305e7533.tar.gz
iurt-d53f9f8329456024889b2e8385197c98305e7533.tar.bz2
iurt-d53f9f8329456024889b2e8385197c98305e7533.tar.xz
iurt-d53f9f8329456024889b2e8385197c98305e7533.zip
Remove unused stuff
-rw-r--r--t/emi_finisher.t16
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 = {