meta-google: test-sh: Fix shellcheck issues

Change-Id: If6e61b4337d9fb53860c436efc7637d595f3bf63
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meta-google/recipes-google/test/test-sh/test.sh b/meta-google/recipes-google/test/test-sh/test.sh
index c74029d..3f9ba97 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
 
 (