ruby/test/pathname
nagachika 799c5766a4 merge revision(s) a19228f878: [Backport #16979]
brace the fact that lchmod(2) can EOPNOTSUPP

	Musl libc has this function as a tiny wrapper of fchmodat(3posix).  On
	the other hand Linux kernel does not support changing modes of a symlink.
	The operation always fails with EOPNOTSUPP.  This fchmodat behaviour is
	defined in POSIX.  We have to take care of such exceptions.
2020-06-27 12:29:42 +09:00
..
test_pathname.rb merge revision(s) a19228f878: [Backport #16979] 2020-06-27 12:29:42 +09:00