From d53f9f8329456024889b2e8385197c98305e7533 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 5 Oct 2016 23:47:22 +0100 Subject: Remove unused stuff --- t/emi_finisher.t | 16 ---------------- 1 file changed, 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 = { -- cgit v1.2.1