a better patch...
Index: test/exclusive2.test
===================================================================
RCS file: /sqlite/sqlite/test/exclusive2.test,v
retrieving revision 1.4
diff -u -3 -p -r1.4 exclusive2.test
--- test/exclusive2.test 16 Apr 2007 15:02:20 -0000 1.4
+++ test/exclusive2.test 25 Apr 2007 03:05:04 -0000
@@ -161,6 +161,7 @@ do_test exclusive2-2.4 {
seek $fd 1024
puts -nonewline $fd [string repeat [binary format c 0] 10000]
flush $fd
+ close $fd
t1sig
} $::sig
@@ -242,4 +243,8 @@ do_test exclusive2-3.6 {
pagerChangeCounter test.db
} {5}
+db close
+file delete -force test.db
+file delete -force test.db-journal
+
finish_test
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------