diff --git a/tests/test_functions.sh b/tests/test_functions.sh index a7914f7a1b..f8e2c9e2e4 100755 --- a/tests/test_functions.sh +++ b/tests/test_functions.sh @@ -7,9 +7,6 @@ TOP=$(cd $(dirname "$0")/.. && pwd) # Import common functions source $TOP/functions -# Import configuration -source $TOP/openrc - source $TOP/tests/unittest.sh echo "Testing die_if_not_set()"