mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
test: removed duplicate branch for "zsh"
added (by mistake) in c503e0dbcf
This commit is contained in:
parent
3706fe0051
commit
29e6f53cad
8
t/test.t
8
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} ) {
|
elsif ( $interpreter =~ m{bash} ) {
|
||||||
run_check(
|
run_check(
|
||||||
{ command => [ 'bash', '-n', $file ],
|
{ command => [ 'bash', '-n', $file ],
|
||||||
|
Loading…
Reference in New Issue
Block a user