mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
test: removed duplicate branch for "zsh"
added (by mistake) in c503e0dbcf
This commit is contained in:
parent
3706fe0051
commit
29e6f53cad
1 changed files with 0 additions and 8 deletions
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…
Add table
Add a link
Reference in a new issue