Comment 16 for bug 2040924

Revision history for this message
Mitch Burton (mitchburton) wrote :

Ran show-motd autopkgtest with the following diff (as mentioned by Andreas previously to reproduce the bug)

--- a/debian/tests/show-motd
+++ b/debian/tests/show-motd
@@ -2,6 +2,9 @@

 unset MOTD_SHOWN

+echo "Sleeping 60s"
+sleep 60
+echo "Continuing"
 RET=0
 bash -i -c '. /etc/profile.d/update-motd.sh' 2> stdout || RET=$?
 egrep -v '(bash: cannot set terminal process group|no job control in this shell)' stdout >&2 || true

On mantic, focal, and jammy with -proposed enabled. Results were identical, with tests passing:

autopkgtest [13:15:52]: @@@@@@@@@@@@@@@@@@@@ summary
show-motd PASS
update-motd PASS