Browse Source

Merge branch 'cb/test-lint-cp-a'

BSD port update.

* cb/test-lint-cp-a:
  tests: add lint for non portable cp -a
maint
Junio C Hamano 6 years ago
parent
commit
edb3273cd2
  1. 1
      t/check-non-portable-shell.pl

1
t/check-non-portable-shell.pl

@ -35,6 +35,7 @@ while (<>) {
chomp; chomp;
} }


/\bcp\s+-a/ and err 'cp -a is not portable';
/\bsed\s+-i/ and err 'sed -i is not portable'; /\bsed\s+-i/ and err 'sed -i is not portable';
/\becho\s+-[neE]/ and err 'echo with option is not portable (use printf)'; /\becho\s+-[neE]/ and err 'echo with option is not portable (use printf)';
/^\s*declare\s+/ and err 'arrays/declare not portable'; /^\s*declare\s+/ and err 'arrays/declare not portable';

Loading…
Cancel
Save