From 0f1ae5b2a9fafb740bd592a152f358d3d057ba2c Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 10 Oct 2019 11:32:20 +0200 Subject: [PATCH] Remove FUTURE_PARSER Change-Id: Id671ea525b05bb7abb46faeca4a10bbd6ce27da8 --- run_syntax_tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/run_syntax_tests.sh b/run_syntax_tests.sh index 9b6cec3..33a24c3 100755 --- a/run_syntax_tests.sh +++ b/run_syntax_tests.sh @@ -19,11 +19,6 @@ source $SCRIPT_DIR/functions export PUPPET_VERSION=${PUPPET_VERSION:-4} PUPPET_MAJOR_VERSION=`echo $PUPPET_VERSION | cut -c 1` export PUPPET_GEM_VERSION="~> $PUPPET_MAJOR_VERSION" -if [ "$PUPPET_MAJOR_VERSION" -lt "4" ]; then - export FUTURE_PARSER=${FUTURE_PARSER:-yes} -else - export FUTURE_PARSER=${FUTURE_PARSER:-no} -fi install_module