simplify test structure and add bin stubs

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-06 23:45:57 -04:00
parent bbdb6b05b1
commit 50f9c2f5ef
5 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bash
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/unit/test_helper.bash"
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/test_helper.bash"
if [[ ! -d $DOKKU_ROOT ]]; then
git clone https://github.com/progrium/dokku.git $DOKKU_ROOT > /dev/null