Skip to content

Commit f454031

Browse files
committed
(PUP-11026) Remove osx confines in user resource acceptance tests
1 parent ea72df2 commit f454031

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

acceptance/tests/resource/user/osx_10.4_should_fail_when_modify_home.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_name "should not modify the home directory of an user on OS X >= 10.14" do
2-
confine :to, :platform => /osx-10.1[4-9]/
2+
confine :to, :platform => /osx/
33

44
tag 'audit:high',
55
'audit:acceptance' # Could be done as integration tests, but would

acceptance/tests/resource/user/osx_10.4_should_fail_when_modify_uid.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_name "should not modify the uid of an user on OS X >= 10.14" do
2-
confine :to, :platform => /osx-10.1[4-9]/
2+
confine :to, :platform => /osx/
33

44
tag 'audit:high',
55
'audit:acceptance' # Could be done as integration tests, but would

acceptance/tests/resource/user/should_allow_password_salt_iterations_osx.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
test_name "should allow password, salt, and iteration attributes in OSX"
22

33
confine :to, :platform => /osx/
4-
#TODO Fix Big Sur password manager PUP-11026
5-
confine :except, :platform => /osx-11-/
64

75
tag 'audit:high',
86
'audit:refactor', # Use block style `test_run`

0 commit comments

Comments
 (0)