windows/amd64: the failing test is symlink2.test, not symlink.test, updates #23

This commit is contained in:
Jan Mercl
2021-06-13 19:11:44 +02:00
parent 3bc18f992d
commit 56308939a8

View File

@@ -38,7 +38,7 @@ func TestTclTest(t *testing.T) {
switch runtime.GOOS {
case "windows":
// See https://gitlab.com/cznic/sqlite/-/issues/23#note_599920077 for details.
blacklist["symlink.test"] = struct{}{}
blacklist["symlink2.test"] = struct{}{}
}
m, err := filepath.Glob(filepath.FromSlash("testdata/tcl/*"))
if err != nil {