aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/dist/test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/dist/test.go')
-rw-r--r--src/cmd/dist/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/dist/test.go b/src/cmd/dist/test.go
index fe818036b5..40df8c03b8 100644
--- a/src/cmd/dist/test.go
+++ b/src/cmd/dist/test.go
@@ -1129,6 +1129,7 @@ func (t *tester) registerCgoTests(heading string) {
}
cgoTest("auto", "test", "auto", "")
+ cgoTest("auto", "testtls", "auto", "")
// Stub out various buildmode=pie tests on alpine until 54354 resolved.
builderName := os.Getenv("GO_BUILDER_NAME")
@@ -1162,7 +1163,6 @@ func (t *tester) registerCgoTests(heading string) {
gt := cgoTest("external-g0", "test", "external", "")
gt.env = append(gt.env, "CGO_CFLAGS=-g0 -fdiagnostics-color")
- cgoTest("auto", "testtls", "auto", "")
cgoTest("external", "testtls", "external", "")
switch {
case os == "aix":