We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af95f2 commit c8567cfCopy full SHA for c8567cf
testscript/doc.go
@@ -57,8 +57,8 @@ Each script runs in a fresh temporary work directory tree, available to scripts
57
Scripts also have access to these other environment variables:
58
59
PATH=<actual PATH>
60
- HOME=/no-home
61
- TMPDIR=$WORK/.tmp
+ HOME=/no-home (USERPROFILE on windows, home on plan9)
+ TMPDIR=$WORK/.tmp (TMP on windows)
62
devnull=<value of os.DevNull>
63
/=<value of os.PathSeparator>
64
:=<value of os.PathListSeparator>
0 commit comments