Skip to content

Commit d86d8e9

Browse files
committed
Remove the now-unnecessary -L
1 parent 667f1ca commit d86d8e9

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

features/commands/help.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Feature: Help command
22

33
Background:
4-
Given I run `msfconsole -L` interactively
4+
Given I run `msfconsole` interactively
55
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
66

77
Scenario: The 'help' command's output

features/modules/exploit/smb/ms08_067_netapi.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Feature: MS08-067 netapi
55
Given a directory named "home"
66
And I cd to "home"
77
And a mocked home directory
8-
Given I run `msfconsole -L` interactively
8+
Given I run `msfconsole` interactively
99
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
1010

1111
Scenario: The MS08-067 Module should have the following options

features/msfconsole/database_yml.feature

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Feature: `msfconsole` `database.yml`
4848
database: project_metasploit_framework_test
4949
username: project_metasploit_framework_test
5050
"""
51-
When I run `msfconsole -L --environment test --yaml command_line.yml` interactively
51+
When I run `msfconsole --environment test --yaml command_line.yml` interactively
5252
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
5353
And I type "exit"
5454
Then the output should contain "command_line_metasploit_framework_test"
@@ -84,7 +84,7 @@ Feature: `msfconsole` `database.yml`
8484
database: project_metasploit_framework_test
8585
username: project_metasploit_framework_test
8686
"""
87-
When I run `msfconsole -L --environment test` interactively
87+
When I run `msfconsole --environment test` interactively
8888
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
8989
And I type "exit"
9090
Then the output should contain "environment_metasploit_framework_test"
@@ -113,7 +113,7 @@ Feature: `msfconsole` `database.yml`
113113
database: project_metasploit_framework_test
114114
username: project_metasploit_framework_test
115115
"""
116-
When I run `msfconsole -L --environment test` interactively
116+
When I run `msfconsole --environment test` interactively
117117
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
118118
And I type "exit"
119119
Then the output should contain "user_metasploit_framework_test"
@@ -133,7 +133,7 @@ Feature: `msfconsole` `database.yml`
133133
database: project_metasploit_framework_test
134134
username: project_metasploit_framework_test
135135
"""
136-
When I run `msfconsole -L --environment test` interactively
136+
When I run `msfconsole --environment test` interactively
137137
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
138138
And I type "exit"
139139
Then the output should contain "project_metasploit_framework_test"
@@ -148,7 +148,7 @@ Feature: `msfconsole` `database.yml`
148148
And a mocked home directory
149149
And I cd to "../.."
150150
And the project "database.yml" does not exist
151-
When I run `msfconsole -L --environment test` interactively
151+
When I run `msfconsole --environment test` interactively
152152
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
153153
And I type "db_status"
154154
And I type "exit"
@@ -158,8 +158,8 @@ Feature: `msfconsole` `database.yml`
158158
And the output should not contain "project_metasploit_framework_test"
159159
And the output should contain "[*] postgresql selected, no connection"
160160

161-
Scenario: Starting `msfconsole -L` with a valid database.yml
162-
Given I run `msfconsole -L` interactively
161+
Scenario: Starting `msfconsole` with a valid database.yml
162+
Given I run `msfconsole` interactively
163163
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
164164
When I type "db_status"
165165
And I type "exit"

0 commit comments

Comments
 (0)