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 ],