]> Cypherpunks repositories - gostls13.git/commit
path/filepath: fix TestWinSplitListTestsAreValid on some systems
authorRemi Gillig <remigillig@gmail.com>
Sat, 11 Feb 2017 17:34:48 +0000 (17:34 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 11 Feb 2017 19:53:56 +0000 (19:53 +0000)
commit2ceeb7b090464a8da421f72e19267869b86b0901
tree22e02ee6f798c8293c3a01c39d889eeb36f903a1
parent60d7d247a1a5d96152061aa9cfeb5466b90a6787
path/filepath: fix TestWinSplitListTestsAreValid on some systems

The environment variables used in those tests override the default
OS ones. However, one of them (SystemRoot) seems to be required on
some Windows systems for invoking cmd.exe properly.

This fixes #4930 and #6568.

Change-Id: I23dfb67c1de86020711a3b59513f6adcbba12561
Reviewed-on: https://go-review.googlesource.com/36873
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/path/filepath/path_windows_test.go