add multiple dots tar for testing

This commit is contained in:
Raphael D. Pinheiro
2017-02-23 16:33:36 -03:00
committed by GitHub
parent b0777a44cb
commit 8a6bce3745

View File

@@ -6,6 +6,7 @@ setup_local_tls() {
TLS=$BATS_TMPDIR/tls
mkdir -p $TLS
tar xf $BATS_TEST_DIRNAME/server_ssl.tar -C $TLS
tar xf $BATS_TEST_DIRNAME/domain_ssl.tar -C $TLS
sudo chown -R dokku:dokku $TLS
}