summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/tc_facterbin.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tc_facterbin.rb b/tests/tc_facterbin.rb
index e337b63..cd58698 100755
--- a/tests/tc_facterbin.rb
+++ b/tests/tc_facterbin.rb
@@ -38,6 +38,8 @@ class TestFacterBin < Test::Unit::TestCase
end
Facter.each do |name, fact|
+ next if name.to_s =~ /memory/
+
assert(hash.include?(name.downcase), "Did not get " + name)
assert_equal(fact, hash[name], "%s was not equal" % name)