aboutsummaryrefslogtreecommitdiff
path: root/test/corrupt4.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/corrupt4.test')
-rw-r--r--test/corrupt4.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/corrupt4.test b/test/corrupt4.test
index 5b0965a83..544ac3305 100644
--- a/test/corrupt4.test
+++ b/test/corrupt4.test
@@ -122,7 +122,7 @@ proc put4byte {fd offset val} {
# the second rightmost child page number of page 1 to 1.
#
set fd [open test.db r+]
-fconfigure $fd -encoding binary -translation binary
+fconfigure $fd -translation binary
set nChild [get2byte $fd 103]
set offChild [get2byte $fd [expr 100+12+($nChild-2)*2]]
set pgnoChild [get4byte $fd $offChild]