X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Ftests.t;h=2e2b9d7eb119d21f1aa059cf1a813d508a8b2ff6;hb=ffbca2531949e223d64ec36915f16ffa0802e088;hp=f0b5f9982921dd3a4a304432dda3136bf3efaa71;hpb=d791242047730d55a858f668702ea27fe3c77f77;p=blhc%2Fblhc.git diff --git a/t/tests.t b/t/tests.t index f0b5f99..2e2b9d7 100644 --- a/t/tests.t +++ b/t/tests.t @@ -1,6 +1,6 @@ # Tests for blhc. # -# Copyright (C) 2012-2018 Simon Ruderich +# Copyright (C) 2012-2019 Simon Ruderich # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ use strict; use warnings; -use Test::More tests => 236; +use Test::More tests => 238; sub is_blhc { @@ -67,7 +67,7 @@ is_blhc '', '', 2, $usage; is_blhc '', '--version', 0, - 'blhc 0.08 Copyright (C) 2012-2018 Simon Ruderich + 'blhc 0.09 Copyright (C) 2012-2019 Simon Ruderich This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -857,6 +857,11 @@ LDFLAGS missing (-pie -Wl,-z,relro): gcc -fPIE -o test test.o is_blhc 'dpkg-buildpackage-architecture-old', '', 0, ''; +# architecture in newer buildd logs + +is_blhc 'dpkg-buildpackage-architecture-new', '', 0, + ''; + # correct architecture detection