-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Hello,
I am looking into updating the testcases for Windows support.
While doing so, I am looking at the sendeof function and in Windows EOF is not supported so is this function supposed to have the same function as "exit" or should the test_eof testcase just be skipped for Windows?
For now I have done this for windows-only
child.sendeof()
assert child.read(2) == "^D"
I actually expected this to work but it doesn't:
child.sendeof()
child.expect(wexpect.EOF)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels