summaryrefslogtreecommitdiff
path: root/databases/sqlite3/files/patch-test_e__uri.test
blob: 6c09429555bc678e54f9b741fa2ff9d344857c3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- test/e_uri.test.orig	2022-11-27 09:06:46 UTC
+++ test/e_uri.test
@@ -139,8 +139,8 @@ if {$tcl_platform(platform) == "unix"} {
   foreach {tn uri error} "
     1  {file://localhost[test_pwd /]test.db}   {not an error}
     2  {file://[test_pwd /]test.db}            {not an error}
-    3  {file://x[test_pwd /]test.db}           {invalid uri authority: x}
-    4  {file://invalid[test_pwd /]test.db}     {invalid uri authority: invalid}
+    3  {file://x[test_pwd /]test.db}           {unable to open database file}
+    4  {file://invalid[test_pwd /]test.db}     {unable to open database file}
   " {
     do_test 2.$tn {
       set DB [sqlite3_open_v2 $uri $flags ""]