From patchwork Fri May 17 11:24:20 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Henriques X-Patchwork-Id: 10947797 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 32F1376 for ; Fri, 17 May 2019 11:24:27 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 22E6922BF1 for ; Fri, 17 May 2019 11:24:27 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 178E32675C; Fri, 17 May 2019 11:24:27 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B62F62766D for ; Fri, 17 May 2019 11:24:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727811AbfEQLY0 (ORCPT ); Fri, 17 May 2019 07:24:26 -0400 Received: from mx2.suse.de ([195.135.220.15]:49340 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727794AbfEQLY0 (ORCPT ); Fri, 17 May 2019 07:24:26 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 4CE12AC32 for ; Fri, 17 May 2019 11:24:25 +0000 (UTC) From: Luis Henriques To: fstests@vger.kernel.org Cc: Luis Henriques Subject: [PATCH 0/2] Use numeric user and group IDs in getfacl Date: Fri, 17 May 2019 12:24:20 +0100 Message-Id: <20190517112422.20671-1-lhenriques@suse.com> MIME-Version: 1.0 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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(-)