We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 789f8ae + 10c8915 commit f9dc685Copy full SHA for f9dc685
acceptance/tests/resource/user/should_modify_while_managing_home.rb
@@ -10,6 +10,8 @@
10
require 'puppet/acceptance/windows_utils'
11
extend Puppet::Acceptance::WindowsUtils
12
13
+pending_test("Windows 11 backslashes") if agents.any? { |host| host['platform'] =~ /windows-11/ }
14
+
15
name = "pl#{rand(999999).to_i}"
16
pw = "Passwrd-#{rand(999999).to_i}"[0..11]
17
0 commit comments