aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/dot_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/exec/dot_test.go')
-rw-r--r--src/os/exec/dot_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/exec/dot_test.go b/src/os/exec/dot_test.go
index eeb59f13ef..66c92f7abd 100644
--- a/src/os/exec/dot_test.go
+++ b/src/os/exec/dot_test.go
@@ -24,6 +24,7 @@ var pathVar string = func() string {
func TestLookPath(t *testing.T) {
testenv.MustHaveExec(t)
+ // Not parallel: uses os.Chdir and t.Setenv.
tmpDir := filepath.Join(t.TempDir(), "testdir")
if err := os.Mkdir(tmpDir, 0777); err != nil {