From 45e0de61aecbb08506ccf2377ffdc2d8efa971c4 Mon Sep 17 00:00:00 2001 From: Pierre de La Morinerie Date: Tue, 24 Oct 2017 13:37:17 +0530 Subject: [PATCH] test: remove unused environment variables --- test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test.sh b/test.sh index 436b4c4..920f6b7 100755 --- a/test.sh +++ b/test.sh @@ -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."