1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-01 06:27:03 +03:00

There are two possible error messages from stat-9.1, depending on

compile-time options.  Adjust the test case to accept either one.

FossilOrigin-Name: 0f567b61072e214c40cae1441889f83622a975f429b41803dfbed687718731c8
This commit is contained in:
drh
2021-11-22 16:06:57 +00:00
parent 81258cc911
commit b670fd5545
3 changed files with 8 additions and 8 deletions

View File

@ -323,6 +323,6 @@ breakpoint
do_catchsql_test 9.1 {
CREATE TABLE dbstat(x, y);
DROP TABLE nosuchdb.dbstat;
} {1 {no such table: nosuchdb.dbstat}}
} {/1 {(no such table: nosuchdb.dbstat|table dbstat may not be dropped)}/}
finish_test