]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: skip TestExecInDeletedDir on aix and solaris-based platforms
authorBryan C. Mills <bcmills@google.com>
Wed, 5 May 2021 15:24:24 +0000 (11:24 -0400)
committerBryan C. Mills <bcmills@google.com>
Wed, 5 May 2021 16:02:32 +0000 (16:02 +0000)
commit18e666bad75362ef7d031ebf557effdc42dd290f
treebb004b1d07819b8617616c022f7859f2f41cc43e
parent69368cece5a50056fbfc58010dd6e6ec585611e1
cmd/go: skip TestExecInDeletedDir on aix and solaris-based platforms

They empirically do not seem to support deleting the current working
directory.

Updates #34499

Change-Id: I705cdf8b545fbb837d5b75d2904a7c2a89276fa5
Reviewed-on: https://go-review.googlesource.com/c/go/+/317249
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
src/cmd/go/go_test.go