From 7efba991f78667c19d13431524c95f77660781c5 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Tue, 28 Apr 2015 13:15:22 -0400 Subject: [PATCH] don't source openrc There is actually no reason why we need openrc for these tests, don't source it as it prevents some ip math errors from randomly killing tests. Change-Id: Iface7c21898d92e14e840379938b25844cd85565 --- tests/test_functions.sh | 3 --- 1 file changed, 3 deletions(-) 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()"