From ca40ce2e307acebafabd2f88b50fe7f8b77f9337 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 10 Oct 2019 11:33:04 +0200 Subject: [PATCH] Remove FUTURE_PARSER Change-Id: I037f6d9c895ae3eac562dbaefdcf92a8f3d815a8 --- run_syntax_tests.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/run_syntax_tests.sh b/run_syntax_tests.sh index 34b1019..7d48592 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 prepare_environment