From 8508479a5b0e76aee6ce99999dcacaa093dedf10 Mon Sep 17 00:00:00 2001 From: emma Date: Mon, 27 May 2024 22:07:17 -0600 Subject: [PATCH] tests: test.sh: remove superfluous printing of test category --- tests/test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test.sh b/tests/test.sh index bec71ff..43f6eb8 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -17,8 +17,6 @@ then exit 1 fi -printf "Starting Bonsai testing.\n\n" - for script in tests/bonsai/*.sh; do export UTIL="$(printf '%s\n' "$script" \ | sed -e 's/\.sh//g' -e 's;tests\/bonsai\/;;g')" @@ -28,8 +26,6 @@ for script in tests/bonsai/*.sh; do printf '\n' done -printf "Starting POSIX compatibility testing.\n\n" - for test in tests/posix/*.sh; do export PATH="$BIN:$PATH" printf '%s: %s: Testing utility.\n' "$0" "$test"