aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/env_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/os/exec/env_test.go')
-rw-r--r--src/os/exec/env_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/exec/env_test.go b/src/os/exec/env_test.go
index 112f1e654a..cd5ba1e85f 100644
--- a/src/os/exec/env_test.go
+++ b/src/os/exec/env_test.go
@@ -10,6 +10,8 @@ import (
)
func TestDedupEnv(t *testing.T) {
+ t.Parallel()
+
tests := []struct {
noCase bool
in []string