summaryrefslogtreecommitdiffstats
path: root/Test/D07multibyte.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-07-11 15:36:37 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-07-11 15:36:37 +0000
commit0a22eb0e0c76892ff0397996f451e9bf78dd3d02 (patch)
treede3f0518d47f18071ce95735736b3036010a49d5 /Test/D07multibyte.ztst
parent22544: Improve use of ztype tests for multibyte characters. Add (diff)
downloadzsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar.gz
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar.bz2
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar.lz
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar.xz
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.tar.zst
zsh-0a22eb0e0c76892ff0397996f451e9bf78dd3d02.zip
22546: fix {myfd}>... bug and tweak tests
Diffstat (limited to 'Test/D07multibyte.ztst')
-rw-r--r--Test/D07multibyte.ztst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst
index 85aa24ade..20c967540 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -12,7 +12,7 @@
fi
done
if [[ -z $mb_ok ]]; then
- ZTST_unimplemented="no UTF-8 locale or multibyte mode is not implemnted"
+ ZTST_unimplemented="no UTF-8 locale or multibyte mode is not implemented"
else
print Testing multibyte with locale $LANG >&8
fi