Merge "Fix zip tests"

This commit is contained in:
Colin Cross
2017-02-06 21:17:21 +00:00
committed by Gerrit Code Review

View File

@@ -10,7 +10,6 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"hash" "hash"
"internal/testenv"
"io" "io"
"io/ioutil" "io/ioutil"
"sort" "sort"
@@ -20,7 +19,7 @@ import (
) )
func TestOver65kFiles(t *testing.T) { func TestOver65kFiles(t *testing.T) {
if testing.Short() && testenv.Builder() == "" { if testing.Short() {
t.Skip("skipping in short mode") t.Skip("skipping in short mode")
} }
buf := new(bytes.Buffer) buf := new(bytes.Buffer)