Fix names of tar tests

This commit is contained in:
Nik Everett 2016-07-13 11:33:55 -04:00
parent 2422b969c1
commit e9d292b450
1 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ setup() {
stop_elasticsearch_service stop_elasticsearch_service
} }
@test "[TAR]" start Elasticsearch with custom JVM options { @test "[TAR] start Elasticsearch with custom JVM options" {
local es_java_opts=$ES_JAVA_OPTS local es_java_opts=$ES_JAVA_OPTS
local es_jvm_options=$ES_JVM_OPTIONS local es_jvm_options=$ES_JVM_OPTIONS
local temp=`mktemp -d` local temp=`mktemp -d`
@ -115,7 +115,7 @@ setup() {
export ES_JAVA_OPTS=$es_java_opts export ES_JAVA_OPTS=$es_java_opts
} }
@test "[TAR]" start Elasticsearch with unquoted JSON option { @test "[TAR] start Elasticsearch with unquoted JSON option" {
local es_java_opts=$ES_JAVA_OPTS local es_java_opts=$ES_JAVA_OPTS
local es_jvm_options=$ES_JVM_OPTIONS local es_jvm_options=$ES_JVM_OPTIONS
local temp=`mktemp -d` local temp=`mktemp -d`
@ -133,6 +133,6 @@ setup() {
export ES_JAVA_OPTS=$es_java_opts export ES_JAVA_OPTS=$es_java_opts
} }
@test "[TAR]" remove tar { @test "[TAR] remove tar" {
rm -rf "/tmp/elasticsearch" rm -rf "/tmp/elasticsearch"
} }