diff options
Diffstat (limited to 'test/app-install.bats')
-rwxr-xr-x | test/app-install.bats | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/app-install.bats b/test/app-install.bats index 59880bd..7b80547 100755 --- a/test/app-install.bats +++ b/test/app-install.bats @@ -35,11 +35,16 @@ Changing current symlink" ] [ "$output" = "Creating instance 'prod' for 'install-test-env' Unpacking... Running postinstall... +APPSH_BASEDIR=$APPSH_BASEDIR +APPSH_HOME=$APPSH_HOME +APPSH_INSTANCE=prod +APPSH_NAME=install-test-env +APPSH_VERSION=1.0 PATH=/bin:/usr/bin PWD=$WORK/install-test-env/prod/versions/1.0 SHLVL=1 _=/usr/bin/env Postinstall completed successfully Changing current symlink" ] - [ ${#lines[*]} == 9 ] + [ ${#lines[*]} == 14 ] } |