t/15term-input.t fails on Debian/kfreebsd-amd64
Bug #1861640 reported by
James McCoy
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libtickit |
New
|
Undecided
|
Unassigned |
Bug Description
# got 'Backspace' expected 'C-a'
# got 0 expected 4
t/15term-input.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
Failed 2/53 subtests
...
Test Summary Report
-------------------
t/15term-input.t (Wstat: 256 Tests: 53 Failed: 2)
Failed tests: 16-17
Non-zero exit status: 1
Oddly, it works fine on kfreebsd-i386, so it doesn't seem to be something specific to the FreeBSD bits.
To post a comment you must log in.
Idle thoughts: What does `stty` think the backspace key really is on that machine? Maybe it yields 1 for some odd reason, thus being "\x01" = "Ctrl-a" and thus the problem.
Another thought: make the test do "\x02" and test for Ctrl-b instead.