diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-12-01 04:18:14 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-12-01 04:20:56 +0000 |
commit | 884cd84722ab1c7d3ffcf18da86813a6c0e7aa31 (patch) | |
tree | e3ad216607cb8cdf172635d910fc04910255a073 /Test/E03posix.ztst | |
parent | 9cc6f8d8c9992ff65ce8580967122ac3c6722f60 (diff) | |
download | zsh-884cd84722ab1c7d3ffcf18da86813a6c0e7aa31.tar.gz zsh-884cd84722ab1c7d3ffcf18da86813a6c0e7aa31.tar.xz zsh-884cd84722ab1c7d3ffcf18da86813a6c0e7aa31.zip |
49624: Expect the test 'All identifiers are variable references in POSIX arithmetic' to pass, as it has been passing since 49611.
Diffstat (limited to 'Test/E03posix.ztst')
-rw-r--r-- | Test/E03posix.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/E03posix.ztst b/Test/E03posix.ztst index 564afac29..b191199ad 100644 --- a/Test/E03posix.ztst +++ b/Test/E03posix.ztst @@ -149,7 +149,7 @@ F:This may also need to apply to multibyte whitespace ><1> ARGV0=sh $ZTST_testdir/../Src/zsh -c 'inf=42; echo $((inf))' -0f:All identifiers are variable references in POSIX arithmetic +0:All identifiers are variable references in POSIX arithmetic F:POSIX has neither math functions nor floating point >42 |