From e278307dafe4b2cabf37b4b325037acbd8e46afd Mon Sep 17 00:00:00 2001 From: emma Date: Fri, 26 Apr 2024 20:55:16 -0600 Subject: [PATCH] tests: bonsai: removed redundant code --- tests/test.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/test.sh b/tests/test.sh index b439464..de03aa6 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -28,12 +28,6 @@ for script in tests/bonsai/*.sh; do printf '\n' done -if ! ls Makefile >/dev/null 2>&1 -then - printf '%s: Run this script in the root of the project.\n' "$0" 1>&2 - exit 1 -fi - printf "Starting POSIX compatibility testing.\n\n" for utility in tests/posix/*; do