diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-11-26 20:29:54 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-11-26 20:29:54 +0300 |
commit | 81de7f347f7fba056e5169eb8975cbad74727f53 (patch) | |
tree | 04b0dcf176456af798109b69c5cafbfa5d1916ca | |
parent | 414ea1706306e061fc44a8b5ce3042d4f0728489 (diff) | |
download | dpkg-81de7f347f7fba056e5169eb8975cbad74727f53.tar.gz |
Update number of tests (?)
-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 a3a9e6fee..705f57910 100644 --- a/scripts/t/Dpkg_Arch.t +++ b/scripts/t/Dpkg_Arch.t @@ -16,7 +16,7 @@ use strict; use warnings; -use Test::More tests => 16836; +use Test::More tests => 16944; use_ok('Dpkg::Arch', qw(debarch_to_debtuple debarch_to_multiarch debarch_eq debarch_is debarch_is_wildcard |