Skip to content

Commit

Permalink
Test fixup for t/usage. no-leapp
Browse files Browse the repository at this point in the history
  • Loading branch information
toddr committed Jan 31, 2024
1 parent 4db76fb commit fd0fb90
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions t/usage.t
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ my @TEST_DATA = (
fail_msg => q/Option "clean" is not compatible with any other option/,
},
{
options => [qw/--continue --no-leap/],
options => [qw/--continue --no-leapp/],
passed => 0,
fail_msg => q/Option "continue" is not compatible with any other option/,
},
Expand All @@ -159,7 +159,7 @@ my @TEST_DATA = (
fail_msg => q/Option "service" is not compatible with any other option/,
},
{
options => [qw/--status --no-leap/],
options => [qw/--status --no-leapp/],
passed => 0,
fail_msg => q/Option "status" is not compatible with any other option/,
},
Expand All @@ -184,7 +184,7 @@ my @TEST_DATA = (
passed => 1,
},
{
options => [qw/--check --upgrade-to almalinux --skip-cpanel-version-check --skip-elevate-version-check --no-leap/],
options => [qw/--check --upgrade-to almalinux --skip-cpanel-version-check --skip-elevate-version-check --no-leapp/],
passed => 1,
},
{
Expand Down Expand Up @@ -214,7 +214,7 @@ my @TEST_DATA = (
warning_regex => qr/Option upgrade-to requires an argument/,
},
{
options => [qw/--start --upgrade-to rocky --skip-cpanel-version-check --skip-elevate-version-check --no-leap --manual-reboots --non-interactive/],
options => [qw/--start --upgrade-to rocky --skip-cpanel-version-check --skip-elevate-version-check --no-leapp --manual-reboots --non-interactive/],
passed => 1,
},
);
Expand Down

0 comments on commit fd0fb90

Please sign in to comment.