Révision a6ea4c42
Add zsh syntax check to test.t
| t/test.t | ||
|---|---|---|
| 79 | 79 |
} |
| 80 | 80 |
); |
| 81 | 81 |
} |
| 82 |
elsif ( $interpreter =~ m{/bin/zsh} ) {
|
|
| 83 |
run_check( |
|
| 84 |
{ command => [ 'zsh', '-n', $file ],
|
|
| 85 |
description => 'zsh syntax check', |
|
| 86 |
filename => $filename |
|
| 87 |
} |
|
| 88 |
); |
|
| 89 |
} |
|
| 82 | 90 |
elsif ( $interpreter =~ m{perl} ) {
|
| 83 | 91 |
my $command; |
| 84 | 92 |
if ( $arguments =~ m{-.*T}mx ) {
|
Formats disponibles : Unified diff