aboutsummaryrefslogtreecommitdiffstats
path: root/t/emi_non_mandatory.t
diff options
context:
space:
mode:
Diffstat (limited to 't/emi_non_mandatory.t')
-rw-r--r--t/emi_non_mandatory.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/emi_non_mandatory.t b/t/emi_non_mandatory.t
index 44031f6..d8f547c 100644
--- a/t/emi_non_mandatory.t
+++ b/t/emi_non_mandatory.t
@@ -212,7 +212,7 @@ my %expectations = (
my %targets = find_prefixes_ready_to_upload($config, %pkg_tree);
foreach my $prefix (sort keys %expectations) {
- my $ready = $prefix ~~ @{$targets{'cauldron'}{'core/release'}{'to_upload'}};
+ my $ready = $prefix ~~ @{$targets{cauldron}{'core/release'}{to_upload}};
ok($expectations{$prefix}{ready} == $ready);
next unless $expectations{$prefix}{ready};
@@ -232,7 +232,7 @@ foreach my $prefix (sort keys %expectations) {
ok($all_uploaded);
ok($all_unlinked);
my $srpms_unlinked = @{$pkg_tree{$prefix}{srpms}} ~~ sub {
- "./todo/cauldron/core/release/${prefix}_".@_[0] ~~ @unlinked
+ "./todo/cauldron/core/release/${prefix}_" . @_[0] ~~ @unlinked;
};
ok($expectations{$prefix}{srpm_unlinked} == $srpms_unlinked);
}