From 8c8b7d798e7fd14011078027a04c08d78bbad648 Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Wed, 16 Mar 2022 12:49:27 +0100 Subject: [PATCH] Remove missing file include --- Sanity/libecpg/runtest.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Sanity/libecpg/runtest.sh b/Sanity/libecpg/runtest.sh index c7ff309..b89d652 100755 --- a/Sanity/libecpg/runtest.sh +++ b/Sanity/libecpg/runtest.sh @@ -26,7 +26,6 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Include Beaker environment -. /usr/bin/rhts-environment.sh || exit 1 . /usr/share/beakerlib/beakerlib.sh || exit 1 PACKAGE="postgresql"