clarkwang/sexpect

[v2.3.7-dev] 2 issues with "interact -re"

clarkwang opened this issue · 0 comments

Example:

$ sexpect sp bash --norc
$ sexpect i -re '.*'
bash-5.1# [BUG!?] cli_disconn: not supposed to receive tag TAG_MATCHED
$ sexpect i -re xxx

bash-5.1# exit
exit                <== it hangs here. even ctrl-c does not work.