tests: test.sh: utilize $BIN
This commit is contained in:
parent
f022121436
commit
e028844825
@ -31,7 +31,7 @@ done
|
|||||||
printf "Starting POSIX compatibility testing.\n\n"
|
printf "Starting POSIX compatibility testing.\n\n"
|
||||||
|
|
||||||
for test in tests/posix/*.sh; do
|
for test in tests/posix/*.sh; do
|
||||||
export PATH="build/bin:$PATH"
|
export PATH="$BIN:$PATH"
|
||||||
printf '%s: %s: Testing utility.\n' "$0" "$test"
|
printf '%s: %s: Testing utility.\n' "$0" "$test"
|
||||||
"$utility"
|
"$utility"
|
||||||
printf '\n'
|
printf '\n'
|
||||||
|
Loading…
Reference in New Issue
Block a user