diff -Nru astroidmail-0.15/debian/changelog astroidmail-0.15/debian/changelog --- astroidmail-0.15/debian/changelog 2021-01-24 20:16:42.000000000 +0000 +++ astroidmail-0.15/debian/changelog 2021-01-25 15:06:45.000000000 +0000 @@ -1,3 +1,9 @@ +astroidmail (0.15-7) unstable; urgency=medium + + * really fix have autopkgtest tolerate output to stderr + + -- Jonas Smedegaard Mon, 25 Jan 2021 16:06:45 +0100 + astroidmail (0.15-6) unstable; urgency=medium * fix have autopkgtest allow-stderr diff -Nru astroidmail-0.15/debian/tests/astroid.t astroidmail-0.15/debian/tests/astroid.t --- astroidmail-0.15/debian/tests/astroid.t 2020-05-14 13:36:01.000000000 +0000 +++ astroidmail-0.15/debian/tests/astroid.t 2021-01-25 15:05:47.000000000 +0000 @@ -8,10 +8,10 @@ run_ok @CMD, qw(--help); like stdout, qr/welcome to astroid!/, 'help, stdout'; -cmp_ok stderr, 'eq', '', 'help, stderr'; +#cmp_ok stderr, 'eq', '', 'help, stderr'; run_ok @CMD, qw(--foo); like stdout, qr/unrecognised option/, 'foo, stdout'; -cmp_ok stderr, 'eq', '', 'foo, stderr'; +#cmp_ok stderr, 'eq', '', 'foo, stderr'; done_testing;