From a63fe8117f524cbc0fac07ab9399d9837fa293a7 Mon Sep 17 00:00:00 2001 From: Jarek Prokop Date: Tue, 9 Jul 2024 10:43:33 +0200 Subject: [PATCH] basic_test_suites/cucumber_with_aruba has no need to know the PACKAGE. The test suite makes no use of the variable. --- tests/basic_test_suites/cucumber_with_aruba/test.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/basic_test_suites/cucumber_with_aruba/test.sh b/tests/basic_test_suites/cucumber_with_aruba/test.sh index c8ac7de..7854913 100755 --- a/tests/basic_test_suites/cucumber_with_aruba/test.sh +++ b/tests/basic_test_suites/cucumber_with_aruba/test.sh @@ -1,13 +1,5 @@ #!/bin/sh -eux -PACKAGE=${PACKAGE:-} - -[ -n "$PACKAGE" ] || { - echo "env variable \$PACKAGE not specified, specify what package are we testing." >&2 - - exit 1 -} - tmp=$(mktemp -d) cp -r features "$tmp"