summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-03-31 17:24:44 -0700
committerPete Higgins <pete@peterhiggins.org>2020-03-31 17:40:20 -0700
commit81c9188777b23e2e775fd7594037117a30b772b6 (patch)
tree80878f12b373d349a4ea763f105e9beef3cf53ab
parent10615b80e8abd2a8a3263a3514822a90158c14d1 (diff)
downloadohai-fix-tests-in-windows.tar.gz
Fix test failure from missing require.fix-tests-in-windows
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--lib/ohai/plugins/filesystem.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ohai/plugins/filesystem.rb b/lib/ohai/plugins/filesystem.rb
index afad4df3..ab3f8f99 100644
--- a/lib/ohai/plugins/filesystem.rb
+++ b/lib/ohai/plugins/filesystem.rb
@@ -23,6 +23,8 @@
# limitations under the License.
#
+require "set"
+
Ohai.plugin(:Filesystem) do
provides "filesystem"