mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 00:06:56 +08:00
windows: enable zipfile.test, updates #80
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user