On Sat, Jan 9, 2021 at 3:16 PM Matheus Tavares Bernardino <matheus.bernardino@xxxxxx> wrote: > On Sat, Jan 9, 2021 at 4:42 PM Jeffrey Walton <noloader@xxxxxxxxx> wrote: > > On Sat, Jan 9, 2021 at 7:44 AM Christian Couder > > ... > > Thanks Christian and Matheus, > > > > Attached is the redirected output of t4129. > > Thanks for sending the output. Yeah, the problem is that the test > doesn't account for the presence of the setgid bit (which is inherited > from a parent dir). Here is the relevant part: > > + diff -u d_mode.expected d_mode.actual > --- d_mode.expected > +++ d_mode.actual > @@ -1 +1 @@ > -drwx------ > +drwx--S--- > error: last command exited with $?=1 > > A patch fixing this issue was already sent, and it is marked to be > merged to next: > https://lore.kernel.org/git/b734425e3235651e738e6eac47eae0db7db92e7e.1609861567.git.matheus.bernardino@xxxxxx/ Perfect, thanks. It tested OK. Jeff