From b26743589776df27ff7ea2b3186b5ad61ac22317 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Thu, 8 Feb 2024 16:11:58 +0100 Subject: [PATCH] Remove commented out test for CFE-4148 which was rejected Setting permissions on symlinks should not act on targets. Ticket: CFE-4148 Changelog: None --- .../28_inform_testing/01_files/perms.cf | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/tests/acceptance/28_inform_testing/01_files/perms.cf b/tests/acceptance/28_inform_testing/01_files/perms.cf index 5f44ef0a30..f2978c5226 100644 --- a/tests/acceptance/28_inform_testing/01_files/perms.cf +++ b/tests/acceptance/28_inform_testing/01_files/perms.cf @@ -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 @@ -56,9 +46,4 @@ bundle agent main "$(G.testdir)/foobar" perms => m(777); - -# See ticket CFE-4148: -# -# "$(G.testdir)/barbaz/." -# perms => m(777); }