Skip to content

Commit 218cab2

Browse files
konturapkratoch
authored andcommitted
Update tests to match update usage help text
1 parent 4a6fe15 commit 218cab2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dnf-behave-tests/dnf/help.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Examples:
6767
| dnf-3 | --help | dnf \[options] COMMAND |
6868
| yum | help | yum \[options] COMMAND |
6969
| yum | --help | yum \[options] COMMAND |
70-
| yum-builddep | --help | dnf builddep \[-c \[config file]] \[-q] \[-v] \[--version] |
71-
| yum shell | --help | yum shell \[-c \[config file]] \[-q] \[-v] \[--version] |
70+
| yum-builddep | --help | dnf builddep \[-c CONFIG_FILE] \[-q] \[-v] \[--version] |
71+
| yum shell | --help | yum shell \[-c CONFIG_FILE] \[-q] \[-v] \[--version] |
7272

7373
@bz1746474
7474
@use.with_os=rhel__ge__8

dnf-behave-tests/dnf/module/help.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Feature: Module usage help
22

33
Scenario: I can print help using dnf module --help
44
When I execute dnf with args "module --help"
5-
Then stdout contains "usage: .+ module \[-c \[config file\]\]"
5+
Then stdout contains "usage: .+ module \[-c CONFIG_FILE\]"
66

77
Scenario: I can print help using dnf module -h
88
When I execute dnf with args "module -h"
9-
Then stdout contains "usage: .+ module \[-c \[config file\]\]"
9+
Then stdout contains "usage: .+ module \[-c CONFIG_FILE\]"

0 commit comments

Comments
 (0)