aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pack
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/pack')
-rw-r--r--src/cmd/pack/pack_test.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cmd/pack/pack_test.go b/src/cmd/pack/pack_test.go
index 268231e23a..2922ada8e9 100644
--- a/src/cmd/pack/pack_test.go
+++ b/src/cmd/pack/pack_test.go
@@ -163,7 +163,9 @@ func TestExtract(t *testing.T) {
// Test that pack-created archives can be understood by the tools.
func TestHello(t *testing.T) {
testenv.MustHaveGoBuild(t)
- testenv.MustInternalLink(t, false)
+ // N.B. the build below explictly doesn't pass through
+ // -asan/-msan/-race, so we don't care about those.
+ testenv.MustInternalLink(t, testenv.NoSpecialBuildTypes)
dir := t.TempDir()
hello := filepath.Join(dir, "hello.go")