mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 16:26:59 +08:00
windows/amd64: the failing test is symlink2.test, not symlink.test, updates #23
This commit is contained in:
@@ -38,7 +38,7 @@ func TestTclTest(t *testing.T) {
|
|||||||
switch runtime.GOOS {
|
switch runtime.GOOS {
|
||||||
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["symlink.test"] = struct{}{}
|
blacklist["symlink2.test"] = struct{}{}
|
||||||
}
|
}
|
||||||
m, err := filepath.Glob(filepath.FromSlash("testdata/tcl/*"))
|
m, err := filepath.Glob(filepath.FromSlash("testdata/tcl/*"))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Reference in New Issue
Block a user