Comment 43 for bug 1669578

Revision history for this message
Christian Brauner (cbrauner) wrote :

Hm, the test all pass locally for me

So I downloaded the package https://launchpad.net/ubuntu/+archive/primary/+files/screen_4.5.1-3ubuntu1_amd64.deb from the proposed https://launchpad.net/ubuntu/+source/screen repo and ran the tests locally and get:

chb@conventiont|~/mnt/C/screen-debian
> screen --version
Screen version 4.05.01 (GNU) 25-Feb-17
chb@conventiont|~/mnt/C/screen-debian
> cd screen-4.5.1/debian/tests/t/
chb@conventiont|~/mnt/C/screen-debian/screen-4.5.1/debian/tests/t
> ls -a
. boilerplate.sh create-list-quit.t dash-U.t
.. command.t dash-Dm.t version-help.t
chb@conventiont|~/mnt/C/screen-debian/screen-4.5.1/debian/tests/t
> ./command.t
1..4
ok 1 - Create session
ok 2 - Detached session found
ok 3 - Session has expected session name
ok 4 - Session is gone
chb@conventiont|~/mnt/C/screen-debian/screen-4.5.1/debian/tests/t
> ./create-list-quit.t
1..6
ok 1 - Create session
ok 2 - Detached session found
ok 3 - Session has expected session name
ok 4 - Session has a window with id 0
ok 5 - Quit command sent to session
ok 6 - Session is gone
chb@conventiont|~/mnt/C/screen-debian/screen-4.5.1/debian/tests/t
> ./dash-Dm.t
1..5
ok 1 - Create session
ok 2 - Detached session found
ok 3 - Session has expected session name
ok 4 - Quit command sent to session
ok 5 - Session is gone
chb@conventiont|~/mnt/C/screen-debian/screen-4.5.1/debian/tests/t
> ./dash-U.t
1..6
ok 1 - Create session
ok 2 - Detached session found
ok 3 - Session has expected session name
ok 4 - Session has a window with id 0
ok 5 - Quit command sent to session
ok 6 - Session is gone
chb@conventiont|~/mnt/C/screen-debian/screen-4.5.1/debian/tests/t
> ./version-help.t
1..2
ok 1 - Outputs version
ok 2 - Outputs help