mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Move test logic for SQLITE_FCNTL_PRAGMA out of os_unix.c and into test_vfs.c.
FossilOrigin-Name: c81fc40b2b584820ac7d1c3848ebeb7225d4eeeb
This commit is contained in:
@ -1506,6 +1506,9 @@ do_test pragma-19.3 {
|
||||
do_test pragma-19.4 {
|
||||
catchsql {PRAGMA error=7}
|
||||
} {1 {out of memory}}
|
||||
do_test pragma-19.5 {
|
||||
file tail [execsql {PRAGMA filename}]
|
||||
} {test.db}
|
||||
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user