summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2023-06-06 00:18:40 +0300
committerWilliam A. Kennington III <wak@google.com>2023-06-06 03:00:45 +0300
commite1e58f472046b4d98bb94412574f81d712ce174f (patch)
treef1a732dfe115c6a69eb9b24ef227830778fa9c5f /meta-google
parent032069513b125a06a3f76250ec28205dec16c97b (diff)
downloadopenbmc-e1e58f472046b4d98bb94412574f81d712ce174f.tar.xz
meta-google: test-sh: Fix shellcheck issues
Change-Id: If6e61b4337d9fb53860c436efc7637d595f3bf63 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google')
-rwxr-xr-xmeta-google/recipes-google/test/test-sh/test.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-google/recipes-google/test/test-sh/test.sh b/meta-google/recipes-google/test/test-sh/test.sh
index c74029d171..3f9ba97347 100755
--- a/meta-google/recipes-google/test/test-sh/test.sh
+++ b/meta-google/recipes-google/test/test-sh/test.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+# shellcheck disable=SC2317
# Copyright 2021 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -13,6 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+# shellcheck source=meta-google/recipes-google/test/test-sh/lib.sh
source "$(dirname "$0")/lib.sh" || exit
(