tests: test.sh: utilize $BIN

This commit is contained in:
Emma Tebibyte 2024-04-27 15:18:09 -06:00
parent f022121436
commit e028844825
Signed by: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ done
printf "Starting POSIX compatibility testing.\n\n"
for test in tests/posix/*.sh; do
export PATH="build/bin:$PATH"
export PATH="$BIN:$PATH"
printf '%s: %s: Testing utility.\n' "$0" "$test"
"$utility"
printf '\n'