1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

The win32lock and win32longpath tests don't work on Cygwin

FossilOrigin-Name: 32ef3f26e7fb34dfdb23617a19bb9baa2e4c3dca564a88850b58a0fbe6446cf8
This commit is contained in:
jan.nijtmans
2025-04-04 13:23:03 +00:00
parent 283d0ee4c6
commit 82d05b7b54
5 changed files with 13 additions and 13 deletions

View File

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