From 6c9a1f5e80d018e28cf6760cda7ffe18cc5a2df8 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Mon, 12 Apr 2021 15:43:23 -0700 Subject: Update descriptive test for POSIX $((inf)) failure --- Test/E03posix.ztst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Test/E03posix.ztst b/Test/E03posix.ztst index fb394986d..7db4c0c84 100644 --- a/Test/E03posix.ztst +++ b/Test/E03posix.ztst @@ -149,7 +149,8 @@ F:This may also need to apply to multibyte whitespace ><1> ARGV0=sh $ZTST_testdir/../Src/zsh -c 'inf=42; echo $((inf))' -0f:The math constant Inf is case-sensitive, with capital I +0f:All identifiers are variable references in POSIX arithmetic +F:POSIX has neither math functions nor floating point >42 ARGV0=sh $ZTST_testdir/../Src/zsh -c 'EUID=10; echo "$EUID"' -- cgit 1.4.1