]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/tests.t
Also use buildd's "Architecture" header to detect architecture.
[blhc/blhc.git] / t / tests.t
index 1f83fa05f408c0e796d9f8dab04eae8f08163cf8..cfe2f9dbb082724ddf068ca4f48f3b4564feaf81 100644 (file)
--- a/t/tests.t
+++ b/t/tests.t
@@ -19,7 +19,7 @@
 use strict;
 use warnings;
 
 use strict;
 use warnings;
 
-use Test::More tests => 134;
+use Test::More tests => 136;
 
 
 sub is_blhc {
 
 
 sub is_blhc {
@@ -648,6 +648,9 @@ is_blhc ['arch-avr32', 'arch-i386', 'empty', 'arch-mipsel'],
         . "ignoring architecture 'mipsel'\n"
         ;
 
         . "ignoring architecture 'mipsel'\n"
         ;
 
+is_blhc 'buildd-dpkg-dev', '--ignore-arch i386', 0,
+        "ignoring architecture 'i386'\n";
+
 
 # debian
 
 
 # debian