summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-03-31 14:05:57 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-03-31 14:05:57 -0700
commit84f7cff9ece6f7ae7dcc189997a7e105f20b4c95 (patch)
tree7aa56d82697cd6daefa9358a7d421cd8cee7ae15
parentf2e3505921bb6dea1e7a77b584f13f4da8e919fa (diff)
downloadwmi-lite-84f7cff9ece6f7ae7dcc189997a7e105f20b4c95.tar.gz
updated pipleline to test against Ruby 3.x and narrowed down the list of OS variables to compare
Signed-off-by: John McCrae <john.mccrae@progress.com>
-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"]