0
0
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:
Dan Peterson
2022-07-18 06:36:04 -03:00
parent f40342ecdc
commit 1cd30edd99

@ -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