about summary refs log tree commit diff
path: root/Test/D07multibyte.ztst
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2007-05-29 14:50:28 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2007-05-29 14:50:28 +0000
commit52e5a75a7a8a4a16579e708a006f6346ce765aeb (patch)
treee4e6e92d27c96845720c36114e842cfbc92eef92 /Test/D07multibyte.ztst
parent29b7123647bc3b70911bbb2caf85238d22d160c8 (diff)
downloadzsh-52e5a75a7a8a4a16579e708a006f6346ce765aeb.tar.gz
zsh-52e5a75a7a8a4a16579e708a006f6346ce765aeb.tar.xz
zsh-52e5a75a7a8a4a16579e708a006f6346ce765aeb.zip
23486: use {fd} syntax to get fd's for 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 2e362f751..07140f6e9 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -16,7 +16,7 @@
   if [[ -z $mb_ok ]]; then
     ZTST_unimplemented="no UTF-8 locale or multibyte mode is not implemented"
   else
-    print Testing multibyte with locale $LANG >&8
+    print -u $ZTST_fd Testing multibyte with locale $LANG
   fi
 
 %test