Remove unneeded command_line.yml

MSP-11153

Remove definition of command_line.yml in scenarios that don't use --yaml
flag.
bug/bundler_fix
Luke Imhoff 2014-08-27 21:09:49 -05:00
parent b701ba5dcf
commit d752cdccf6
No known key found for this signature in database
GPG Key ID: 5B1FB01FB33356F8
1 changed files with 0 additions and 14 deletions

View File

@ -69,13 +69,6 @@ Feature: `msfconsole` `database.yml`
username: user_metasploit_framework_test
"""
And I cd to "../.."
And a file named "command_line.yml" with:
"""
test:
adapter: postgresql
database: command_line_metasploit_framework_test
username: command_line_metasploit_framework_test
"""
When I run `msfconsole --environment test` interactively
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
And I type "exit"
@ -98,13 +91,6 @@ Feature: `msfconsole` `database.yml`
username: user_metasploit_framework_test
"""
And I cd to "../.."
And a file named "command_line.yml" with:
"""
test:
adapter: postgresql
database: command_line_metasploit_framework_test
username: command_line_metasploit_framework_test
"""
When I run `msfconsole --environment test` interactively
And I wait for stdout to contain "Free Metasploit Pro trial: http://r-7.co/trymsp"
And I type "exit"