Re: Git 2.30.0 and failed self tests
From: Jeffrey Walton <hidden>
Date: 2021-01-09 20:37:31
On Sat, Jan 9, 2021 at 3:16 PM Matheus Tavares Bernardino [off-list ref] wrote:
quoted hunk ↗ jump to hunk
On Sat, Jan 9, 2021 at 4:42 PM Jeffrey Walton [off-list ref] wrote:quoted
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@usp.br/ (local)
Perfect, thanks. It tested OK. Jeff