Update login helpers to handle email removal

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2016-11-28 18:02:27 -08:00
parent 129ad8ea0c
commit cfff433744
No known key found for this signature in database
GPG key ID: F58C5D0A4405ACDB
3 changed files with 28 additions and 26 deletions

View file

@ -12,7 +12,6 @@ image="${base}:latest"
# Login information, should match values in nginx/test.passwd
user=${TEST_USER:-"testuser"}
password=${TEST_PASSWORD:-"passpassword"}
email="distribution@docker.com"
function setup() {
tempImage $image