1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Merge trunk. Some additional test-fixes for Cygwin

FossilOrigin-Name: b36adadfa202fb8951149561471c3e01085d31e1837c99806f308f234cd24a8e
This commit is contained in:
jan.nijtmans
2025-03-27 14:13:12 +00:00
9 changed files with 46 additions and 30 deletions

View File

@ -13,7 +13,7 @@
# by the "win32-longpath" VFS.
#
if {$tcl_platform(platform)!="windows"} return
if {$tcl_platform(os) ne "Windows NT"} return
set testdir [file dirname $argv0]
source $testdir/tester.tcl