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

Work around a name collision problem on windows. (CVS 934)

FossilOrigin-Name: c3b1f84dfce13b2523c9923e4270577862ca0595
This commit is contained in:
drh
2003-04-25 13:28:02 +00:00
parent f7c5753174
commit 9c05dc6298
4 changed files with 13 additions and 13 deletions

View File

@ -11,7 +11,7 @@
# This file implements regression tests for SQLite library. The
# focus of this file is testing the VACUUM statement.
#
# $Id: vacuum.test,v 1.9 2003/04/25 13:22:53 drh Exp $
# $Id: vacuum.test,v 1.10 2003/04/25 13:28:03 drh Exp $
set testdir [file dirname $argv0]
source $testdir/tester.tcl
@ -25,7 +25,7 @@ proc cksum {{db db}} {
append txt $prag-[$db eval "PRAGMA $prag"]\n
}
set cksum [string length $txt]-[md5 $txt]
puts $cksum-[file size test.db]
# puts $cksum-[file size test.db]
return $cksum
}