aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2022-03-15 20:30:25 -0700
committerEryu Guan <guaneryu@gmail.com>2022-04-10 20:34:25 +0800
commitb3a59bb6dc16e26776f4c46e62f0381393068bfd (patch)
treef52a99ab5dc5cc162d73921e0256bcc4888ce32c
parentbc593bd327e0c1e7ed67051d88c81fe3d09d9536 (diff)
downloadxfstests-dev-b3a59bb6dc16e26776f4c46e62f0381393068bfd.tar.gz
generic/673: fix golden output to reflect vfs setgid behavior
Filipe Manana pointed out[1] that the setgid dropping behavior encoded in this generic test is based on some outdated XFS code, and not based on what the VFS inode attribute change functions actually do. Now that we're working on fixing that, we should update the golden output to reflect what all filesystems are supposed to be doing. [1] https://lore.kernel.org/linux-xfs/CAL3q7H47iNQ=Wmk83WcGB-KBJVOEtR9+qGczzCeXJ9Y2KCV25Q@mail.gmail.com/ Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Zorro Lang <zlang@redhat.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
-rw-r--r--tests/generic/673.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/generic/673.out b/tests/generic/673.out
index 8df672d634..4d18bca223 100644
--- a/tests/generic/673.out
+++ b/tests/generic/673.out
@@ -3,7 +3,7 @@ Test 1 - qa_user, non-exec file
310f146ce52077fcd3308dcbe7632bb2 SCRATCH_MNT/a
6666 -rwSrwSrw- SCRATCH_MNT/a
3784de23efab7a2074c9ec66901e39e5 SCRATCH_MNT/a
-2666 -rw-rwSrw- SCRATCH_MNT/a
+666 -rw-rw-rw- SCRATCH_MNT/a
Test 2 - qa_user, group-exec file
310f146ce52077fcd3308dcbe7632bb2 SCRATCH_MNT/a
@@ -15,7 +15,7 @@ Test 3 - qa_user, user-exec file
310f146ce52077fcd3308dcbe7632bb2 SCRATCH_MNT/a
6766 -rwsrwSrw- SCRATCH_MNT/a
3784de23efab7a2074c9ec66901e39e5 SCRATCH_MNT/a
-2766 -rwxrwSrw- SCRATCH_MNT/a
+766 -rwxrw-rw- SCRATCH_MNT/a
Test 4 - qa_user, all-exec file
310f146ce52077fcd3308dcbe7632bb2 SCRATCH_MNT/a