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 57a1d2f + f156657 commit 10c8915Copy full SHA for 10c8915
acceptance/tests/resource/user/should_modify_while_managing_home.rb
@@ -11,6 +11,8 @@
11
require 'puppet/acceptance/windows_utils'
12
extend Puppet::Acceptance::WindowsUtils
13
14
+pending_test("Windows 11 backslashes") if agents.any? { |host| host['platform'] =~ /windows-11/ }
15
+
16
name = "pl#{rand(999999).to_i}"
17
pw = "Passwrd-#{rand(999999).to_i}"[0..11]
18
0 commit comments