summaryrefslogtreecommitdiff
path: root/databases/sqlite3/files/patch-test_uri.test
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3/files/patch-test_uri.test')
-rw-r--r--databases/sqlite3/files/patch-test_uri.test15
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/sqlite3/files/patch-test_uri.test b/databases/sqlite3/files/patch-test_uri.test
deleted file mode 100644
index e424ca6175ae..000000000000
--- a/databases/sqlite3/files/patch-test_uri.test
+++ /dev/null
@@ -1,15 +0,0 @@
---- test/uri.test.orig 2022-11-27 09:14:11 UTC
-+++ test/uri.test
-@@ -301,9 +301,9 @@ foreach {tn uri res} {
- 1 "file://localhost/PWD/test.db" {not an error}
- 2 "file:///PWD/test.db" {not an error}
- 3 "file:/PWD/test.db" {not an error}
-- 4 "file://l%6Fcalhost/PWD/test.db" {invalid uri authority: l%6Fcalhost}
-- 5 "file://lbcalhost/PWD/test.db" {invalid uri authority: lbcalhost}
-- 6 "file://x/PWD/test.db" {invalid uri authority: x}
-+ 4 "file://l%6Fcalhost/PWD/test.db" {unable to open database file}
-+ 5 "file://lbcalhost/PWD/test.db" {unable to open database file}
-+ 6 "file://x/PWD/test.db" {unable to open database file}
- } {
-
- if {$tcl_platform(platform)=="windows"} {