Skip to content

Commit

Permalink
Remove commented out test for CFE-4148 which was rejected
Browse files Browse the repository at this point in the history
Setting permissions on symlinks should not act on targets.

Ticket: CFE-4148
Changelog: None
  • Loading branch information
vpodzime committed Feb 9, 2024
1 parent 84b6783 commit b267435
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tests/acceptance/28_inform_testing/01_files/perms.cf
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ bundle agent setup
"$(G.testdir)/foobar/."
create => "true",
comment => "A directory";

# See ticket CFE-4148:
#
# "$(G.testdir)/foobaz/."
# create => "true",
# comment => "A directory symlink taget";
#
# "$(G.testdir)/barbaz/."
# link_from => link_info("$(G.testdir)/foobaz"),
# comment => "A symbolic link to a directory";
}

bundle agent main
Expand All @@ -56,9 +46,4 @@ bundle agent main

"$(G.testdir)/foobar"
perms => m(777);

# See ticket CFE-4148:
#
# "$(G.testdir)/barbaz/."
# perms => m(777);
}

0 comments on commit b267435

Please sign in to comment.