Skip to content

Commit

Permalink
Remove test that se alias does not exist
Browse files Browse the repository at this point in the history
Given that commit which introduced "se" compatibility alias has been
merged, remove this scenario.
See rpm-software-management/dnf5@b96ee5a
  • Loading branch information
m-blaha authored and kontura committed Apr 17, 2024
1 parent 248ce0f commit 2ac8e6e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions dnf-behave-tests/dnf/command-aliases.feature
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,3 @@ Examples:
| upgrade | update |
| upgrade | upgrade |
| upgrade | upgrade-minimal |

@dnf5
Scenario Outline: "<alias>" is not an alias for "<command>"
When I execute dnf with args "<alias>"
Then the exit code is 2
And stderr contains "Unknown argument \"<alias>\" for command "

Examples:
| command | alias |
| search | se |

0 comments on commit 2ac8e6e

Please sign in to comment.