All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Use numeric user and group IDs in getfacl
@ 2019-05-17 11:24 Luis Henriques
  2019-05-17 11:24 ` [PATCH 1/2] generic/319: use " Luis Henriques
  2019-05-17 11:24 ` [PATCH 2/2] overlay/023: " Luis Henriques
  0 siblings, 2 replies; 5+ messages in thread
From: Luis Henriques @ 2019-05-17 11:24 UTC (permalink / raw)
  To: fstests; +Cc: Luis Henriques

Hi,

I just saw generic/319 test failing in a system where /etc/group didn't
had the 0 group ID defined.  I guess that's not a common setup, but the
test can easily fixed by having getfacl returning the numeric IDs instead.

Running 'git grep' showed that overlay/023 seems have a similar issue and,
although I didn't tested it, I'm sending the fix for that test as well.

Luis Henriques (2):
  generic/319: use number user and group IDs in getfacl
  overlay/023: use number user and group IDs in getfacl

 tests/generic/319     | 4 ++--
 tests/generic/319.out | 8 ++++----
 tests/overlay/023     | 2 +-
 tests/overlay/023.out | 4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-18  3:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-17 11:24 [PATCH 0/2] Use numeric user and group IDs in getfacl Luis Henriques
2019-05-17 11:24 ` [PATCH 1/2] generic/319: use " Luis Henriques
2019-05-17 15:15   ` Filipe Manana
2019-05-17 11:24 ` [PATCH 2/2] overlay/023: " Luis Henriques
2019-05-18  3:55   ` Murphy Zhou

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.