Lines Matching refs:test
18 # $Id: version.test,v 1.9 2004/02/12 19:01:05 drh Exp $
43 set ::bt [btree_open test.db]
58 set rc [catch {sqlite db test.db} msg]
70 sqlite db test.db
84 sqlite db test.db
148 # Here we do the upgrade test.
156 sqlite db test.db
181 catch {file attributes test.db -permissions 0444}
182 catch {file attributes test.db -readonly 1}
183 if {[file writable test.db]} {
184 …error "Unable to make the database file test.db readonly - rerun this test as an unprivileged user"
186 set rc [catch {sqlite db test.db} msg]
190 file delete -force test.db
191 set fd [open test.db w]
196 set rc [catch {sqlite db test.db} msg]