X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=t%2Ftests.t;h=ad7a2620880075c1f2cbd02893387b33366f93f5;hp=1b3b72b2c3c1b77861d3734cf5e88febdf8ddaa1;hb=e8c9cdc7a80e630245d179fd702de3c8beb12abb;hpb=4769334033d6a630aa26128c4991443b91f36f13 diff --git a/t/tests.t b/t/tests.t index 1b3b72b..ad7a262 100644 --- a/t/tests.t +++ b/t/tests.t @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 206; +use Test::More tests => 208; sub is_blhc { @@ -836,7 +836,7 @@ LDFLAGS missing (-pie -Wl,-z,relro): gcc -fPIE -o test test.o # architecture in older buildd logs -is_blhc 'buildd-architecture-old', '', 0, +is_blhc 'dpkg-buildpackage-architecture-old', '', 0, ''; @@ -884,6 +884,8 @@ my $debian_hardening_wrapper = '; is_blhc 'debian-hardening-wrapper', '', 16, $debian_hardening_wrapper; +is_blhc 'debian-hardening-wrapper-old-build-depends', '', 16, + $debian_hardening_wrapper; is_blhc 'debian-hardening-wrapper-pbuilder', '', 16, $debian_hardening_wrapper;