test: removed duplicate branch for "zsh"

added (by mistake) in c503e0dbcf
This commit is contained in:
Lars Kruse 2018-03-08 23:21:55 +01:00
parent 3706fe0051
commit 29e6f53cad
1 changed files with 0 additions and 8 deletions

View File

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