commit | f7a9994a1eeefb49d5c6143645bc450b527d899d | [log] [tgz] |
---|---|---|
author | Kate Ward <kate.ward@forestent.com> | Thu Jan 18 01:10:37 2018 +0100 |
committer | Kate Ward <kate.ward@forestent.com> | Thu Jan 18 01:10:37 2018 +0100 |
tree | 71c5d5724d5af7046f2fd9bcd3f6a7a8008efdd2 | |
parent | 3908d0f7c3bc364251860670605d62a37e3f7fcd [diff] [blame] |
Disabled the wrong ShellCheck check.
diff --git a/shflags_test_helpers b/shflags_test_helpers index 5e48868..06d97f6 100644 --- a/shflags_test_helpers +++ b/shflags_test_helpers
@@ -14,7 +14,7 @@ # $() are not fully portable (POSIX != portable). # shellcheck disable=SC2006 # Arrays are not available in all shells. -# shellcheck disable=SC2090 +# shellcheck disable=SC2089 # Disagree with [ p ] && [ q ] vs [ p -a -q ] recommendation. # shellcheck disable=SC2166