Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use the full path to the `functional.test.exe` binary when sharing into the uVM for the `TestHVSock_*` test cases in `test\functional\hvsock_test.go` to prevent vSMB share issues. Otherwise, `os.Args[0]` will return the path that the tests were run with (e.g., `.\functional.test.exe`), which can cause vSMB to fail with `The parameter is incorrect.` (likely because it cannot find the current file). Signed-off-by: Hamza El-Saawy <[email protected]>
- Loading branch information