tests: bonsai: removed redundant code

This commit is contained in:
Emma Tebibyte 2024-04-26 20:55:16 -06:00
parent 4ad9e0da92
commit e278307daf
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 0 additions and 6 deletions

View File

@ -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