summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/functional/wmi_spec.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/functional/wmi_spec.rb b/spec/functional/wmi_spec.rb
index 5b3668c..aaeebe1 100644
--- a/spec/functional/wmi_spec.rb
+++ b/spec/functional/wmi_spec.rb
@@ -122,7 +122,6 @@ describe WmiLite::Wmi, :windows_only do
#
# Update 3/31/2022
# There is no so much variability in the environment variables that we moved from sampling all of them to a select few
- ignore = { "path" => true, "pathext" => true, "processor_architecture" => true, "psmodulepath" => true, "username" => true }
results.each do |result|
if ! variables.key?(result["name"]) || result["username"] != "<SYSTEM>"
variables[result["name"]] = result["variablevalue"]