diff options
author | Guillem Jover <guillem@debian.org> | 2016-08-26 02:57:34 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2016-10-30 05:30:22 +0100 |
commit | 9d0d823be92a5931428f3c8eedb83d7a9efe2d37 (patch) | |
tree | ed5525aa7eb2596e8682b4917bb0baa143f13c84 /scripts/t | |
parent | c9fd007bbe22d52bd490f815f58bd46a398d53ae (diff) | |
download | dpkg-9d0d823be92a5931428f3c8eedb83d7a9efe2d37.tar.gz |
data: Add support for AIX operating system
Diffstat (limited to 'scripts/t')
-rw-r--r-- | scripts/t/Dpkg_Arch.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/t/Dpkg_Arch.t b/scripts/t/Dpkg_Arch.t index 66a08f1d0..8a2429633 100644 --- a/scripts/t/Dpkg_Arch.t +++ b/scripts/t/Dpkg_Arch.t @@ -120,7 +120,7 @@ is(gnutriplet_to_debarch(undef), undef, 'undef gnutriplet'); is(gnutriplet_to_debarch('unknown-unknown-unknown'), undef, 'unknown gnutriplet'); is(gnutriplet_to_debarch('x86_64-linux-gnu'), 'amd64', 'known gnutriplet'); -is(scalar get_valid_arches(), 489, 'expected amount of known architectures'); +is(scalar get_valid_arches(), 523, 'expected amount of known architectures'); { local $ENV{CC} = 'false'; |