mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Unset some global TCL variables prior to use in test where prior tests can
have those same variables set to an array value. FossilOrigin-Name: 49bef00e5cda600ceb964148bf745de4aff1ab62
This commit is contained in:
@ -604,6 +604,7 @@ do_test table-13.1 {
|
||||
}
|
||||
} {}
|
||||
set i 0
|
||||
unset -nocomplain date time seconds
|
||||
foreach {date time seconds} {
|
||||
1976-07-04 12:00:00 205329600
|
||||
1994-04-16 14:00:00 766504800
|
||||
|
Reference in New Issue
Block a user