fix: use correct method for executing dokku within tests

This commit is contained in:
Jose Diaz-Gonzalez
2019-05-29 00:45:36 -04:00
parent 785d9b4937
commit 79d4f4578d

View File

@@ -136,7 +136,7 @@ teardown() {
deploy_app
create_attach_network
run dokku nginx:build-config "$TEST_APP"
run /bin/bash -c "dokku nginx:build-config $TEST_APP"
echo "output: "$output
echo "status: "$status
assert_success