From ec57ac0940c3f194c2c33e2860b2c2399d368837 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Sat, 21 Sep 2024 18:02:33 -0700 Subject: [PATCH] 53103: fix spurious test failure on Solaris --- ChangeLog | 4 ++++ Test/A08time.ztst | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d397fc249..228a03ec2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2024-09-21 Bart Schaefer + + * 53103: Test/A08time.ztst: fix spurious test failure on Solaris + 2024-09-18 Oliver Kiddle * 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