From d4c0fac6fc66d9385a7a9a47900d33e518a2865e Mon Sep 17 00:00:00 2001 From: Simon Let Date: Tue, 3 Jan 2023 01:02:41 +0100 Subject: [PATCH] tests --- scripts/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.sh b/scripts/test.sh index 6c23446..b76cff2 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -9,7 +9,7 @@ for f in scripts/*.sh; do shellcheck "$f" --shell=bash --severity=error || exit 1 done -for f in scripts/{shellrc,util,reshctl,hooks}.sh; do +for f in scripts/{shellrc,reshctl,hooks}.sh; do echo "Checking Zsh syntax of $f ..." ! zsh -n "$f" && echo "Zsh syntax check failed!" && exit 1 done