summaryrefslogtreecommitdiff
path: root/test/it-install-remove.bats
diff options
context:
space:
mode:
Diffstat (limited to 'test/it-install-remove.bats')
-rwxr-xr-xtest/it-install-remove.bats4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/it-install-remove.bats b/test/it-install-remove.bats
index 736bf56..bba16d2 100755
--- a/test/it-install-remove.bats
+++ b/test/it-install-remove.bats
@@ -13,7 +13,7 @@ load utils
app instance install \
-r file \
-u $BATS_TEST_DIRNAME/data/app-a.zip \
- -n $name -i $instance
+ -n $name -i $instance; echo_lines
[ $status -eq 0 ]
can_not_read ".app/var/pid/$name-$instance.pid"
@@ -35,8 +35,10 @@ load utils
can_read "$name/$instance/$name.log"
can_read "$name/$instance/$name.env"
+ can_read "$name/$instance/current/foo.conf"
[ "`cat $name/$instance/$name.env`" = "TEST_PROPERTY=awesome" ]
+ [ "`cat $name/$instance/current/foo.conf`" = "hello" ]
# app instance install \
# -r file \