]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/go: fix TestScript/list_test_e on Windows go1.11beta2
authorBryan C. Mills <bcmills@google.com>
Thu, 19 Jul 2018 20:59:50 +0000 (16:59 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 19 Jul 2018 21:30:27 +0000 (21:30 +0000)
commitc814ac44c0571f844718f07aa52afa47e37fb1ed
tree601f9ef73945eb9abf73457f12c2b8adc8984fcf
parentd365890ba6b7b51f69e65d32dd76d3e59f83ece9
cmd/go: fix TestScript/list_test_e on Windows

I forgot to run trybots on CL 123758, and the test failed on Windows because I
hard-coded a slash-delimited path.

Use the tent-in-a-box operator ([/\\]) to make the path platform-agnostic.

Change-Id: I9113ab60d21152c11e2ebdf822b58a44b1b38574
Reviewed-on: https://go-review.googlesource.com/125115
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/testdata/script/list_test_e.txt