From c9657db938386c4e9f7a113ce4a6cfef32e5da65 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 29 Jul 2021 14:33:31 -0500 Subject: [PATCH] Makefile: shellcheck tests/test-enroll.sh too --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6c16338e..886af57d 100644 --- a/Makefile +++ b/Makefile @@ -307,6 +307,7 @@ shellcheck: sbin/tpm2-recv \ sbin/tpm2-policy \ initramfs/*/* \ + tests/test-enroll.sh \ ; do \ shellcheck $$file functions.sh ; \ done