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" diff --git a/testsuite/runtest.sh b/testsuite/runtest.sh index f33a73f..025f9d3 100755 --- a/testsuite/runtest.sh +++ b/testsuite/runtest.sh @@ -27,8 +27,7 @@ # # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -# Include rhts environment -. /usr/bin/rhts-environment.sh +# Include Beaker environment . /usr/lib/beakerlib/beakerlib.sh # TODO: This is temporary workaround till we have no /Library directory