Skip to content

Commit e82bbcb

Browse files
committed
Merge branch 'tb/test-lint-wc-l'
Test update. * tb/test-lint-wc-l: check-non-portable-shell.pl: `wc -l` may have leading WS
2 parents 0956eaa + 7dbe8c8 commit e82bbcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/check-non-portable-shell.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sub err {
2121
/^\s*declare\s+/ and err 'arrays/declare not portable';
2222
/^\s*[^#]\s*which\s/ and err 'which is not portable (please use type)';
2323
/\btest\s+[^=]*==/ and err '"test a == b" is not portable (please use =)';
24+
/\bwc -l.*"\s*=/ and err '`"$(wc -l)"` is not portable (please use test_line_count)';
2425
/\bexport\s+[A-Za-z0-9_]*=/ and err '"export FOO=bar" is not portable (please use FOO=bar && export FOO)';
2526
# this resets our $. for each file
2627
close ARGV if eof;

0 commit comments

Comments
 (0)