Skip to content

Commit 871528a

Browse files
committed
Fix unable to run tests on FreeBSD
1 parent 3314ab4 commit 871528a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ err() {
5454

5555
set +e
5656
retval=0
57-
PATH=/usr/bin:/bin
57+
PATH=/usr/bin:/bin:/sbin
5858
cd "$(dirname "$0")"
5959
for file in tests/*.test.sh examples/learn*; do
6060
echo "Running $file"

0 commit comments

Comments
 (0)