diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-18 14:15:55 +0200 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2020-12-21 12:11:00 +0200 |
commit | c123892c2e47e3706f06820aba2454d494a39564 (patch) | |
tree | ffaacc109f09869a7d4c3c63946d95d17307d98b /test | |
parent | 10af252d97532843b26505d215f6e975f4b21672 (diff) |
ci: Drop Travis-specific workaround for shellcheck
Diffstat (limited to 'test')
-rwxr-xr-x | test/lint/lint-shell.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/lint/lint-shell.sh b/test/lint/lint-shell.sh index 351b65dea6..4dbf5ed28e 100755 --- a/test/lint/lint-shell.sh +++ b/test/lint/lint-shell.sh @@ -8,14 +8,6 @@ export LC_ALL=C -# The shellcheck binary segfault/coredumps in Travis with LC_ALL=C -# It does not do so in Ubuntu 14.04, 16.04, 18.04 in versions 0.3.3, 0.3.7, 0.4.6 -# respectively. So export LC_ALL=C is set as required by lint-shell-locale.sh -# but unset here in case of running in Travis. -if [ "$TRAVIS" = "true" ]; then - unset LC_ALL -fi - # Disabled warnings: disabled=( SC2046 # Quote this to prevent word splitting. |