aboutsummaryrefslogtreecommitdiff
path: root/test/shell7.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/shell7.test')
-rw-r--r--test/shell7.test1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/shell7.test b/test/shell7.test
index dfd9e47c2..460789e54 100644
--- a/test/shell7.test
+++ b/test/shell7.test
@@ -33,7 +33,6 @@ do_execsql_test 1.0 {
foreach {tn l x} [db eval { SELECT tn, length(x) AS l, x FROM f1 }] {
forcedelete shell7_test.bin
set fd [open shell7_test.bin w]
- fconfigure $fd -encoding binary
fconfigure $fd -translation binary
puts -nonewline $fd $x
close $fd