aboutsummaryrefslogtreecommitdiff
path: root/test/recover.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/recover.test')
-rw-r--r--test/recover.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recover.test b/test/recover.test
index 5495b7a00..268d3a55b 100644
--- a/test/recover.test
+++ b/test/recover.test
@@ -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