mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
remove redundant commands from test
This commit is contained in:
@@ -4,8 +4,6 @@ load test_helper
|
||||
|
||||
setup() {
|
||||
global_setup
|
||||
create_app
|
||||
deploy_app
|
||||
touch /home/dokku/.ssh/known_hosts
|
||||
chown dokku:dokku /home/dokku/.ssh/known_hosts
|
||||
touch /home/dokku/data/git/$TEST_APP
|
||||
@@ -13,7 +11,6 @@ setup() {
|
||||
|
||||
teardown() {
|
||||
rm -f /home/dokku/.ssh/id_rsa.pub || true
|
||||
destroy_app
|
||||
global_teardown
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user