aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = {