From e02884482539cee25d7f2b071f4a1bb2d534f5a6 Mon Sep 17 00:00:00 2001 From: emma Date: Sat, 27 Apr 2024 15:18:09 -0600 Subject: [PATCH] tests: test.sh: utilize $BIN --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test.sh b/tests/test.sh index 7db6d61..bec71ff 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -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'