Skip to content

Commit 270d762

Browse files
committed
(maint) Expands test to include macOS 12
This test excludes all versions of macOS starting from 10.15 Catalina. As Puppet dropped macOS 10.14 Mojave support last year, we no longer have to use a regex matcher as every supported version of macOS can be excluded.
1 parent a6bd0b4 commit 270d762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/resource/file/ticket_8740_should_not_enumerate_root_directory.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name "#8740: should not enumerate root directory"
22

33
confine :except, :platform => 'windows'
4-
confine :except, :platform => /(osx-10.1[5-9]|osx-11-)/
4+
confine :except, :platform => 'osx'
55

66
tag 'audit:high',
77
'audit:refactor', # Use block style `test_name`

0 commit comments

Comments
 (0)