|
@@ -1,5 +1,9 @@
|
|
|
#!/usr/bin/env bats
|
|
#!/usr/bin/env bats
|
|
|
|
|
|
|
|
|
|
+if [ "${PATH#*/usr/local/hestia/bin*}" = "$PATH" ]; then
|
|
|
|
|
+ . /etc/profile.d/hestia.sh
|
|
|
|
|
+fi
|
|
|
|
|
+
|
|
|
load 'test_helper/bats-support/load'
|
|
load 'test_helper/bats-support/load'
|
|
|
load 'test_helper/bats-assert/load'
|
|
load 'test_helper/bats-assert/load'
|
|
|
load 'test_helper/bats-file/load'
|
|
load 'test_helper/bats-file/load'
|