1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mattermost_ynh.git synced 2024-09-03 19:36:29 +02:00

test: remove unused environment variables

This commit is contained in:
Pierre de La Morinerie 2017-10-24 13:37:17 +05:30
parent 7d73bb7c90
commit 45e0de61ae

View file

@ -5,11 +5,7 @@
set -e
# Configuration constants
APP_NAME="mattermost"
APP_DIR="/vagrant"
DOMAIN="ynhtests.local"
VM_ROOT_PASSWORD="alpine"
YUNOHOST_ADMIN_PASSWORD="alpine"
function _usage() {
echo "Run package_check tests against the app in the working directory on a Vagrant virtual machine."