about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Test/E03posix.ztst3
1 files changed, 2 insertions, 1 deletions
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"'