1
0
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:
drh
2012-02-22 20:08:49 +00:00
parent 92c700dbb7
commit c8517f614d
6 changed files with 17 additions and 31 deletions

View File

@ -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