diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/encoding.test | 2 | ||||
| -rw-r--r-- | tests/exec.test | 2 |
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 |
