mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Further test file tweaks to run with SQLITE_OS_WINRT builds.
FossilOrigin-Name: 54853421ba012c192ee2a41873e6ba10e187a6ec2e23182ccbec56864604166f
This commit is contained in:
@ -115,7 +115,12 @@ do_test 1.6 {
|
||||
|
||||
db3 close
|
||||
|
||||
foreach tn {1a 1b 1c 1d 1e 1f} {
|
||||
# winrt platforms do not handle paths with unix-style '/' directory separators.
|
||||
#
|
||||
set lUri [list 1a 1b 1c 1d 1e 1f]
|
||||
ifcapable winrt { set lUri [list 1a 1c 1e] }
|
||||
|
||||
foreach tn $lUri {
|
||||
sqlite3 db3 $uri($tn) -vfs win32-longpath -uri 1 -translatefilename 0
|
||||
|
||||
do_test 1.7.$tn {
|
||||
|
Reference in New Issue
Block a user