Browse code

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

Sean Dague authored on 2015/04/29 02:15:22
Showing 1 changed files
... ...
@@ -7,9 +7,6 @@ TOP=$(cd $(dirname "$0")/.. && pwd)
7 7
 # Import common functions
8 8
 source $TOP/functions
9 9
 
10
-# Import configuration
11
-source $TOP/openrc
12
-
13 10
 source $TOP/tests/unittest.sh
14 11
 
15 12
 echo "Testing die_if_not_set()"