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 /Test | |
parent | 91c56ed27a7e191a257778af831e3d491cdb995c (diff) | |
download | zsh-ec57ac0940c3f194c2c33e2860b2c2399d368837.tar.gz zsh-ec57ac0940c3f194c2c33e2860b2c2399d368837.zip |
53103: fix spurious test failure on Solaris
Diffstat (limited to 'Test')
-rw-r--r-- | Test/A08time.ztst | 3 |
1 files changed, 2 insertions, 1 deletions
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 |