From 23dab58b8e075db898376d2365e0481f99ab612e Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 2 May 2022 20:31:47 -0700 Subject: Fix problems with tests for 50126 and 50150. --- Test/D07multibyte.ztst | 5 ++++- Test/E01options.ztst | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'Test') 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 diff --git a/Test/E01options.ztst b/Test/E01options.ztst index b57b23557..2acbfd357 100644 --- a/Test/E01options.ztst +++ b/Test/E01options.ztst @@ -754,6 +754,7 @@ # Subshell to shield nullexec redirections ( exec 3>&1 3>&2; print -u 3 some words ) + sleep 1 # let background multi thread catch up 0:regression test: multios with nullexec >some words ?some words -- cgit 1.4.1