summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/tc_function.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tc_function.rb b/test/tc_function.rb
index 15c9ad6e1..0fda38a5d 100644
--- a/test/tc_function.rb
+++ b/test/tc_function.rb
@@ -8,7 +8,7 @@ require 'test/unit'
class TestFunctions < Test::Unit::TestCase
def test_retrieve
- vars = %w{operatingsystem}
+ vars = %w{operatingsystem operatingsystemrelease}
vars.each { |var|
value = nil