diff options
Diffstat (limited to 't/synthesis.t')
-rw-r--r-- | t/synthesis.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/synthesis.t b/t/synthesis.t index ad6de09..bc05651 100644 --- a/t/synthesis.t +++ b/t/synthesis.t @@ -54,7 +54,7 @@ ok(!defined $pkg->changelog_name); ok(!defined $pkg->changelog_text); ok(!defined $pkg->changelog_time); -my ($name, $version, $release, $arch, @l) = $pkg->fullname; +my ($name, $version, $release, $disttag, $distepoch, $arch, @l) = $pkg->fullname; ok(@l == 0); ok($name eq 'glibc-devel'); ok($version eq '2.2.4'); |