Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Test/A08time fails if there's no terminal
- X-seq: zsh-workers 54192
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Test/A08time fails if there's no terminal
- Date: Mon, 16 Feb 2026 20:16:56 -0800
- Arc-authentication-results: i=1; mx.google.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20240605; h=to:subject:message-id:date:from:mime-version:dkim-signature; bh=bFDN9783RrGNsSQkFp//XbiePR0XvII1tp8+TudFc1Y=; fh=BgAYDYpL6Ne/A5nWEMVJiHiBtrz8Imz3uf26RDwgQX4=; b=Iu17ZShjLYTR2nyFEi9YjsNBGbD0T/ZWKwNmazwoPAkcAHXm5Jb50J5usve9dPJo7+ IVFE/tLoiKgfJrSW24SEpEWb2m82E8JESD6F2UTnIimQiBT8stGXJpAxgcn0yKc67izT yoBQKJlaB7KPWHTsdrOMFFnrRRIPqCKmz5cOYR3prAIIhFvxOuKz3MXMs0jPgXXYCbJv cERaURwSyMy6vb3cxfk/jtGM753k2le8ybgZMS8F8jVZrKAssQjDvEqtqsRdNOKYZTZ/ UgHcoVU5gaP5c0sPTsaO0phaubzPyUhkCp1UvUKQv7OchRsu98j5bIH4OfQZH26M6Cbq 4r6Q==; darn=zsh.org
- Arc-seal: i=1; a=rsa-sha256; t=1771301827; cv=none; d=google.com; s=arc-20240605; b=l0xonguQQJ0Uk6Z27vyBf79AQ+H7AqwCTjRHyJ9kX1X1uWuOJmo3ffVWHtHstfAObz +H0jcjZGCLv3CAQyyts31QiBL0TIqfGqA6zQ6fDE8wZGuhD6XA1xeRVi4fsxNLacDlXq 1tYQ6Oil5VeLIghvTHg3sE/k1XgnzxgYmOqa+Pxw7mZmeAfnIiovQLqhxr2LluwJ4ZpN 2u96ekbAwqBgpgKXAXNJfmJFSY0kxl6xTO9ajv2Rnyh49VrnultJ4GwxHQAtM+Jf4pNE 6Rsy5W9XXXgHY7eb209urYs4nr6f4gVB2zpW7yKY5EgcuoU0zpbn8+5ystU82T/f3Nyc r04Q==
- Archived-at: <https://zsh.org/workers/54192>
- List-id: <zsh-workers.zsh.org>
Something other than "read -t0.1" is needed for the delay here.
Pattern match failed, line mismatch (1/2):
<(0|[1-9][0-9]#000)ns (0|[1-9][0-9]#000)ns
>not interactive and can't open terminal
>33000ns 159000ns
Test ./A08time.ztst failed: error output differs from expected as
shown above f\or:
( TIMEFMT='%nU %nS'; time (read -k3 -t0.1) )
Was testing: TIMEFMT %nU and %nS are limited to microsecond precision
Messages sorted by:
Reverse Date,
Date,
Thread,
Author