From ebcc1ac3281a1b34f567650f9ec49f718455548e Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 9 Apr 2019 12:12:21 +0100
Subject: [PATCH] t/shellcheck.t: Simplify

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 t/shellcheck.t | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/t/shellcheck.t b/t/shellcheck.t
index 254f9b533..4fe7fcb3d 100755
--- a/t/shellcheck.t
+++ b/t/shellcheck.t
@@ -37,9 +37,7 @@ cd "$TOP_SRCDIR"
 n=0
 for shell_script in \
         pressure-vessel-wrap \
-        sysroot/clean-sysroot.sh \
-        sysroot/configure-sources.sh \
-        sysroot/install-dependencies.sh \
+        sysroot/*.sh \
         t/shellcheck.t \
         ; do
     n=$((n + 1))
-- 
GitLab