From ffaee357fd914c9efa3fe8ebc19dcf95325e7022 Mon Sep 17 00:00:00 2001 From: cytopia Date: Wed, 23 Mar 2022 12:03:43 +0100 Subject: [PATCH] Fix mods/ tests --- tests/mods/modules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/mods/modules.sh b/tests/mods/modules.sh index 6c40aa1..7161e7e 100755 --- a/tests/mods/modules.sh +++ b/tests/mods/modules.sh @@ -6,8 +6,8 @@ set -o pipefail CWD="$(cd -P -- "$(dirname -- "$0")" && pwd -P)" -if [ "${#}" != "4" ]; then - >&2 echo "Error, requires 4 arguments: " +if [ "${#}" != "5" ]; then + >&2 echo "Error, requires 4 arguments: " exit 1 fi