| Index: third_party/sqlite/src/test/uri.test
|
| diff --git a/third_party/sqlite/src/test/uri.test b/third_party/sqlite/src/test/uri.test
|
| index a0a88d22634119432a1bf7dcce2640d88f286865..0931a25e51afe045bae4ce1d72186d9fd4c4932b 100644
|
| --- a/third_party/sqlite/src/test/uri.test
|
| +++ b/third_party/sqlite/src/test/uri.test
|
| @@ -55,6 +55,10 @@ foreach {tn uri file} {
|
|
|
| ifcapable !curdir { if {$tn==3} break }
|
|
|
| + ifcapable uri_00_error {
|
| + if {[string first %00 $uri]>=0} continue
|
| + }
|
| +
|
| if {$tcl_platform(platform)=="windows"} {
|
| #
|
| # NOTE: Due to limits on legal characters for file names imposed by
|
| @@ -124,6 +128,10 @@ foreach {tn uri kvlist} {
|
| 14 http:test.db?hello&world {}
|
| } {
|
|
|
| + ifcapable uri_00_error {
|
| + if {[string first %00 $uri]>=0} continue
|
| + }
|
| +
|
| if {$tcl_platform(platform) == "windows" && $tn>12} {
|
| continue
|
| }
|
|
|