diff options
Diffstat (limited to 'test/win32longpath.test')
-rw-r--r-- | test/win32longpath.test | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/win32longpath.test b/test/win32longpath.test index 9ffea775e..b948de79f 100644 --- a/test/win32longpath.test +++ b/test/win32longpath.test @@ -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 { |