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

Fix a bug in the pagesize test script. (CVS 1931)

FossilOrigin-Name: 1cf05bc607c88a3c0b81e82ee2d4fc761f08901a
This commit is contained in:
drh
2004-09-02 15:49:07 +00:00
parent 51a6ec4892
commit 32fc1a5c51
3 changed files with 9 additions and 9 deletions

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library.
# This file implements tests for the page_size PRAGMA.
#
# $Id: pagesize.test,v 1.1 2004/09/02 15:14:01 drh Exp $
# $Id: pagesize.test,v 1.2 2004/09/02 15:49:08 drh Exp $
set testdir [file dirname $argv0]
@ -49,7 +49,7 @@ do_test pagesize-1.5 {
} 2048
do_test pagesize-1.6 {
file size test.db
} 2048
} 4096