Browse code

Merge "don't source openrc"

Jenkins authored on 2015/05/01 03:15:39
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()"