summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2025-07-02 15:16:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2025-07-02 15:16:16 (GMT)
commite4f4cb135cfcea875bf6a6225cac7cc8a83b35b3 (patch)
tree4c50f8fd096a862d91aee94bb5d7c162233313cd /tests
parent4073788a7e07bbfdfd05bf0affba77daf97295cf (diff)
parent0cb9c0b3f8c6426be5bf4b609aef819e379d123e (diff)
downloadtcl-e4f4cb135cfcea875bf6a6225cac7cc8a83b35b3.zip
tcl-e4f4cb135cfcea875bf6a6225cac7cc8a83b35b3.tar.gz
tcl-e4f4cb135cfcea875bf6a6225cac7cc8a83b35b3.tar.bz2
merge release
Diffstat (limited to 'tests')
-rw-r--r--tests/encoding.test2
-rw-r--r--tests/exec.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/encoding.test b/tests/encoding.test
index 1f6be7c..9d1351c 100644
--- a/tests/encoding.test
+++ b/tests/encoding.test
@@ -1236,7 +1236,7 @@ test encoding-bug-7346adc50f-failindex {OOM on convertfrom truncated iso2022 - f
unset -nocomplain failix
} -result [list \u304A\u8A66 7]
-test encoding-bug-7346adc50f-strict {OOM on convertfrom truncated iso2022 - replace} -body {
+test encoding-bug-7346adc50f-replace {OOM on convertfrom truncated iso2022 - replace} -body {
encoding convertfrom -profile replace iso2022-jp "\x1b\$B\$*;n\$"
} -result \u304A\u8A66\uFFFD
diff --git a/tests/exec.test b/tests/exec.test
index 3205f24..576f97d 100644
--- a/tests/exec.test
+++ b/tests/exec.test
@@ -825,7 +825,7 @@ unset cmdBuiltin
# ----------------------------------------------------------------------
# cleanup
-foreach file {gorp.file gorp.file2 echo echo2 cat wc sh sh2 sleep exit err} {
+foreach file {gorp.file gorp.file2 echo echo2 echobin cat wc sh sh2 sleep exit err} {
removeFile $file
}
unset -nocomplain path