diff options
author | Bart Schaefer <schaefer@zsh.org> | 2024-09-21 18:02:33 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@zsh.org> | 2024-09-21 18:02:33 -0700 |
commit | ec57ac0940c3f194c2c33e2860b2c2399d368837 (patch) | |
tree | 919b49d62b93fa8aea6bfc8615d90ad0e11313be | |
parent | 91c56ed27a7e191a257778af831e3d491cdb995c (diff) | |
download | zsh-ec57ac0940c3f194c2c33e2860b2c2399d368837.tar.gz zsh-ec57ac0940c3f194c2c33e2860b2c2399d368837.tar.xz zsh-ec57ac0940c3f194c2c33e2860b2c2399d368837.zip |
53103: fix spurious test failure on Solaris
-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 |