summaryrefslogtreecommitdiffstats
path: root/Test/D07multibyte.ztst
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-05-02 20:31:47 -0700
committerBart Schaefer <schaefer@zsh.org>2022-05-02 20:31:47 -0700
commit23dab58b8e075db898376d2365e0481f99ab612e (patch)
treea17232e7a65ff17d985cc0402b10f478144f5307 /Test/D07multibyte.ztst
parentMerge because I forgot to "git pull" before committing Test changes (diff)
downloadzsh-23dab58b8e075db898376d2365e0481f99ab612e.tar
zsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.gz
zsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.bz2
zsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.lz
zsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.xz
zsh-23dab58b8e075db898376d2365e0481f99ab612e.tar.zst
zsh-23dab58b8e075db898376d2365e0481f99ab612e.zip
Fix problems with tests for 50126 and 50150.
Diffstat (limited to 'Test/D07multibyte.ztst')
-rw-r--r--Test/D07multibyte.ztst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst
index 25634e502..e2e9a25ef 100644
--- a/Test/D07multibyte.ztst
+++ b/Test/D07multibyte.ztst
@@ -631,9 +631,12 @@ F:support character sets outside the portable 7-bit range.
# Subshell for zmodload isolation
(
zmodload zsh/stat
+ typeset -A sizes
touch 50150-é 50150-Ą
# Using +size solely in order to make it easier to write the expectations
- zstat +size -nor -- 50150-*
+ zstat +size -A sizes -nor -- 50150-*
+ print -r -- 50150-Ą $sizes[50150-Ą]
+ print -r -- 50150-é $sizes[50150-é]
)
0:(workers/50150) zsh/stat with Unicode and metafication
>50150-Ą 0