• David du Colombier's avatar
    cmd/go: fix TestScript on Plan 9 · 0ba03b8f
    David du Colombier authored
    CL 123577 added TestScript. The install_rebuild_gopath
    test was failing on Plan 9 because it defines a GOPATH
    using the ':' separator, while Plan 9 expects the '\000'
    separator in environment variables.
    
    This change fixes the script engine by defining a new
    ":" environment variable set to OS-specific path list
    separator.
    
    The install_rebuild_gopath test has been updated to use
    "${:}" instead of ":".
    
    Fixes #26421.
    
    Change-Id: I58a97f882cdb48cc0836398b0d98a80ea58041ba
    Reviewed-on: https://go-review.googlesource.com/124435
    Run-TryBot: David du Colombier <0intro@gmail.com>
    Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    0ba03b8f
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...