]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: chown: check --no-dereference on a symlink to a directory
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 30 May 2026 12:55:37 +0000 (14:55 +0200)
committerPádraig Brady <P@draigBrady.com>
Sat, 30 May 2026 13:08:14 +0000 (14:08 +0100)
commitd768f2144b738f7b2bd4d6fc536230dd5523e0ed
treedb22e719042cd7c027bdc1436ccaf556adabc766
parent08207e93d89c29d4600bd0fcb845670598c1dea9
tests: chown: check --no-dereference on a symlink to a directory

* tests/chown/basic.sh: Add a case ensuring that "chown
--no-dereference" on a symlink to a directory operates on the link
itself and does not dereference it to change the owner of the target
directory.
https://github.com/coreutils/coreutils/pull/272
tests/chown/basic.sh