tcsh-org / tcsh

This is a read-only mirror of the tcsh code repository.
https://www.tcsh.org/
Other
229 stars 42 forks source link

tests: fix stdin-as-tty comment and edit tests #75

Closed lukem closed 1 year ago

lukem commented 1 year ago

Handle '#' and $edit tests that have different behavior whether stdin is a terminal or not.

(The change in commit 242842a didn't correctly determine if stdin is a tty and always skipped the group).

lukem commented 1 year ago

Added some more test variations exercising behaviour when stdin isn't a tty.