From f80f880c4ba3f9c37cff24045af23e0af031a71c Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Sun, 1 May 2022 12:13:08 -0700 Subject: 50157: Tests for 50150 --- ChangeLog | 2 ++ Test/D07multibyte.ztst | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index f5da4218d..1e348d493 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * 50159: Test/V14system.ztst: Tests for sysread + * 50157(Daniel Shahaf): Test/D07multibyte.ztst: Test for 50150 + 2022-04-30 Bart Schaefer * unposted: Etc/BUGS: remove debian #924736, fixed since 5.8 by diff --git a/Test/D07multibyte.ztst b/Test/D07multibyte.ztst index cbd802f23..25634e502 100644 --- a/Test/D07multibyte.ztst +++ b/Test/D07multibyte.ztst @@ -627,3 +627,14 @@ F:support character sets outside the portable 7-bit range. 0:locale gets restored when locale parameters go out of scope (regression test for 45772) >❯ >❯ + + # Subshell for zmodload isolation + ( + zmodload zsh/stat + touch 50150-é 50150-Ą + # Using +size solely in order to make it easier to write the expectations + zstat +size -nor -- 50150-* + ) +0:(workers/50150) zsh/stat with Unicode and metafication +>50150-Ą 0 +>50150-é 0 -- cgit 1.4.1