From b572f64dc6669e85471ba291e0f8e856710d2c45 Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Wed, 15 Jun 2022 15:36:36 +0200 Subject: [PATCH] removed bats warnings (#1592) --- tests/lib/setup_file.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/lib/setup_file.sh b/tests/lib/setup_file.sh index 558361420..281c75f57 100755 --- a/tests/lib/setup_file.sh +++ b/tests/lib/setup_file.sh @@ -1,5 +1,9 @@ #!/usr/bin/env bash +# this should have effect globally, for all tests +# https://github.com/bats-core/bats-core/blob/master/docs/source/warnings/BW02.rst +bats_require_minimum_version 1.5.0 + debug() { echo 'exec 1<&-; exec 2<&-; exec 1>&3; exec 2>&1' }