From c8f176620db7ac4baf0cd580d333591dcb3ab88a Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Tue, 7 Feb 2023 16:58:35 +0100 Subject: [PATCH] Do not try to load rhts-environment --- tests/Sanity/sedta/runtest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Sanity/sedta/runtest.sh b/tests/Sanity/sedta/runtest.sh index 4fb0483..fa6372d 100755 --- a/tests/Sanity/sedta/runtest.sh +++ b/tests/Sanity/sedta/runtest.sh @@ -26,7 +26,6 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Include Beaker environment -. /usr/bin/rhts-environment.sh || exit 1 . /usr/share/beakerlib/beakerlib.sh || exit 1 PACKAGE="setools"