mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Get rid of "-encoding binary" across all test cases, as that is no longer
supported in Tcl9. Use "-translation binary" instead. FossilOrigin-Name: e0d9670dd98a22d2e22aac8ba8720787a05e280e18ec9b2d4323f947c83718f5
This commit is contained in:
@ -43,7 +43,6 @@ proc compare_dbs {db1 db2} {
|
||||
proc recover_with_opts {opts} {
|
||||
set cmd ".recover $opts"
|
||||
set fd [open [list |$::CLI test.db $cmd]]
|
||||
fconfigure $fd -encoding binary
|
||||
fconfigure $fd -translation binary
|
||||
set sql [read $fd]
|
||||
close $fd
|
||||
|
Reference in New Issue
Block a user