diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Test/A08time.ztst | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index d397fc249..228a03ec2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-09-21 Bart Schaefer <schaefer@toltec-ubuntu> + + * 53103: Test/A08time.ztst: fix spurious test failure on Solaris + 2024-09-18 Oliver Kiddle <opk@zsh.org> * Philip Sequeira: 53095: Completion/Unix/Command/_chmod, diff --git a/Test/A08time.ztst b/Test/A08time.ztst index 9fb1f3ebf..22a460f5e 100644 --- a/Test/A08time.ztst +++ b/Test/A08time.ztst @@ -59,6 +59,7 @@ *?shell* *?children* - ( setopt errexit; time =false; print notreached ) + ( setopt errexit; time expr 0; print notreached ) 1:`time' of failed external with errexit +>0 *?*user*system*cpu*total |