windows: enable zipfile.test, updates #80

This commit is contained in:
Jan Mercl
2021-12-08 18:27:57 +01:00
parent 8db47beb23
commit b49ad1eb79

View File

@@ -49,7 +49,6 @@ func TestTclTest(t *testing.T) {
case "windows": case "windows":
// See https://gitlab.com/cznic/sqlite/-/issues/23#note_599920077 for details. // See https://gitlab.com/cznic/sqlite/-/issues/23#note_599920077 for details.
blacklist["symlink2.test"] = struct{}{} blacklist["symlink2.test"] = struct{}{}
blacklist["zipfile.test"] = struct{}{} //TODO
} }
tclTests := "testdata/3.37.0/tcl/*" tclTests := "testdata/3.37.0/tcl/*"
switch fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) { switch fmt.Sprintf("%s/%s", runtime.GOOS, runtime.GOARCH) {