Révision 29e6f53c
test: removed duplicate branch for "zsh"
added (by mistake) in c503e0dbcfd8ccffbe7e86c1437266baf53802c9
| t/test.t | ||
|---|---|---|
| 85 | 85 |
} |
| 86 | 86 |
); |
| 87 | 87 |
} |
| 88 |
elsif ( $interpreter =~ m{/bin/zsh} ) {
|
|
| 89 |
run_check( |
|
| 90 |
{ command => [ 'zsh', '-n', $file ],
|
|
| 91 |
description => 'zsh syntax check', |
|
| 92 |
filename => $filename |
|
| 93 |
} |
|
| 94 |
); |
|
| 95 |
} |
|
| 96 | 88 |
elsif ( $interpreter =~ m{bash} ) {
|
| 97 | 89 |
run_check( |
| 98 | 90 |
{ command => [ 'bash', '-n', $file ],
|
Formats disponibles : Unified diff