os/exec: The TestImplicitPWD test fails when running under a soft link folder. #52537
Labels
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
okay-after-beta1
Used by release team to mark a release-blocker issue as okay to resolve either before or after beta1
release-blocker
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
Run the TestImplicitPWD test under a soft link folder.
What did you expect to see?
pass
What did you see instead?
~/sharefolder/golang/src/os/exec$ ../../../bin/go test -run=TestImplicitPWD
--- FAIL: TestImplicitPWD (0.00s)
--- FAIL: TestImplicitPWD/empty (0.00s)
exec_posix_test.go:161: in
FAIL
exit status 1
The text was updated successfully, but these errors were encountered: