cmd/tools/vcreate/vcreate_input_test.v fails on FreeBSD #19577
Labels
Bug
This tag is applied to issues which reports bugs.
OS: FreeBSD
Bugs/feature requests, that are specific to FreeBSD OS.
Describe the bug
cmd/tools/vcreate/vcreate_input_test.v fails on FreeBSD because it doesn't look for expect in /usr/local/bin (where ported binaries go in FreeBSD).
Reproduction Steps
On a freebsd machine:
cd vlang/v
v test cmd/tools/vcreate/vcreate_input_test.v
Expected Behavior
test should pass
Current Behavior
test fails
Possible Solution
May be add /usr/local/bin to $PATH?
Additional Information/Context
No response
V version
Any
Environment details (OS name and version, etc.)
FreeBSD (any version)
Note
You can vote for this issue using the 👍 reaction. More votes increase the issue's priority for developers.
Take into account that only the 👍 reaction counts as a vote.
Only reactions to the issue itself will be counted as votes, not comments.
The text was updated successfully, but these errors were encountered: