From 29e6f53cad09ecff23f4510965eb8c25f215e39d Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 8 Mar 2018 23:21:55 +0100 Subject: [PATCH] test: removed duplicate branch for "zsh" added (by mistake) in c503e0dbcfd8ccffbe7e86c1437266baf53802c9 --- t/test.t | 8 -------- 1 file changed, 8 deletions(-) diff --git a/t/test.t b/t/test.t index ed255731..7f2b5fc9 100644 --- a/t/test.t +++ b/t/test.t @@ -85,14 +85,6 @@ sub process_file { } ); } - elsif ( $interpreter =~ m{/bin/zsh} ) { - run_check( - { command => [ 'zsh', '-n', $file ], - description => 'zsh syntax check', - filename => $filename - } - ); - } elsif ( $interpreter =~ m{bash} ) { run_check( { command => [ 'bash', '-n', $file ],