From 84f7cff9ece6f7ae7dcc189997a7e105f20b4c95 Mon Sep 17 00:00:00 2001 From: John McCrae Date: Thu, 31 Mar 2022 14:05:57 -0700 Subject: updated pipleline to test against Ruby 3.x and narrowed down the list of OS variables to compare Signed-off-by: John McCrae --- spec/functional/wmi_spec.rb | 1 - 1 file changed, 1 deletion(-) 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"] != "" variables[result["name"]] = result["variablevalue"] -- cgit v1.2.1