summaryrefslogtreecommitdiff
path: root/qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash
diff options
context:
space:
mode:
Diffstat (limited to 'qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash')
-rw-r--r--qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash b/qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash
index 5f50dfc285..c4dc8c96f5 100644
--- a/qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash
+++ b/qa/vagrant/src/test/resources/packaging/scripts/packaging_test_utils.bash
@@ -340,7 +340,7 @@ run_elasticsearch_service() {
local CONF_DIR=""
local ES_PATH_CONF=""
else
- local ES_PATH_CONF="-Ees.path.conf=$CONF_DIR"
+ local ES_PATH_CONF="-Epath.conf=$CONF_DIR"
fi
# we must capture the exit code to compare so we don't want to start as background process in case we expect something other than 0
local background=""