--- Jolan Luff <[EMAIL PROTECTED]> wrote:

> hi,
> 
> i was updating sqlite 2.8.14 -> 2.8.15 and now I get this single
> regression failure:
> 
> tcl-2.2...
> Error: can't read "result(*)": variable isn't array
> 
> Is this an actual problem or is this a bug in the test itself?
> 

It's a test bug. It wasn't fixed until during development of 3.0.
If you need to fix it, put this:

  catch {unset ::result}

just above the line that says

  do_test tcl-2.1 {

in file test/tclsqlite.test of the distribution.



                
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more.
http://info.mail.yahoo.com/mail_250

Reply via email to