mirror of
https://gitlab.com/cznic/sqlite.git
synced 2025-05-22 23:28:02 +00:00
testdata/tcl: skip win32longpath under Go 1.19
This commit is contained in:
2
testdata/tcl/win32longpath.test
vendored
2
testdata/tcl/win32longpath.test
vendored
@ -92,7 +92,7 @@ set uri(1f) file://localhost/$uriPath(3b)/test.db
|
||||
# Go 1.17+ utilizes this capability and a result this test will fail
|
||||
# because the path CAN be created.
|
||||
|
||||
if { ([string first "1.17" $goVer] < 0) && ([string first "1.18" $goVer] < 0) } {
|
||||
if { ([string first "1.17" $goVer] < 0) && ([string first "1.18" $goVer] < 0) && ([string first "1.19" $goVer] < 0) } {
|
||||
|
||||
do_test 1.3 {
|
||||
list [catch {sqlite3 db2 [string range $fileName 4 end]} msg] $msg
|
||||
|
Reference in New Issue
Block a user